Whamcloud - gitweb
unix_io.c, pass1.c:
authorMatthias Andree <matthias.andree@gmx.de>
Tue, 30 Mar 2004 02:17:14 +0000 (04:17 +0200)
committerMatthias Andree <matthias.andree@gmx.de>
Tue, 30 Mar 2004 02:17:14 +0000 (04:17 +0200)
commit83e692e88bf2d01edb089010bdfc07b7dcc78642
treebb7b16bc7318720eb72d37b183affd50a919fa2f
parent289e0557c24c68290b6d9b73b09674447801fdac
unix_io.c, pass1.c:
  int -> unsigned for 1 bit wide bitfields - we cannot have a value and a sign in 1 bit.
  Fixes some of the Intel C++ 8.0 warnings (-w1 level).
e2fsck/pass1.c
lib/ext2fs/unix_io.c