]> git.tuebingen.mpg.de Git - osl.git/commit
Change type of struct osl_table_description->flags to uint8_t.
authorAndre Noll <maan@systemlinux.org>
Fri, 6 Jun 2008 15:45:39 +0000 (17:45 +0200)
committerAndre Noll <maan@systemlinux.org>
Fri, 6 Jun 2008 15:45:39 +0000 (17:45 +0200)
commita0c9be13b316e5a69c41d849e6eaa302b22c7e08
treeda1b14ada498060f02d949a86ae8412331e1e0e1
parent53c4162f4a1fd70343332b9596e89d73c8547e51
Change type of struct osl_table_description->flags to uint8_t.

We reserve only one byte in the index header of the table, so it
does not make sense to have this field of type enum.

Fixes:

fsck.c:815: warning: dereferencing type-punned pointer will break strict-aliasing rules
fsck.c
osl.h.in