Patch from Denis Vlasenko:
authorRob Landley <rob@landley.net>
Sat, 29 Apr 2006 20:05:17 +0000 (20:05 -0000)
committerRob Landley <rob@landley.net>
Sat, 29 Apr 2006 20:05:17 +0000 (20:05 -0000)
commit8a6254994ce56859f245120726f47bafa8281b2d
tree3f1e08a90fbddc01f2f7bf6f331521702a2b5c6d
parent9950cab8e0f51f2810b3d9a8d403fdfd98881235
Patch from Denis Vlasenko:
* Do not initialize globals to 0, it is done automatically
* unsigned short -> uint16_t,  unsigned int -> uint32_t
  where appropriate (did it ever work on Alphas?)
* triple sync() is silly - removed
* check_zone_nr uses check_zone_nr2 now
* remove trailing periods from messages, uppercase first letter
util-linux/fsck_minix.c