commit | 8a6254994ce56859f245120726f47bafa8281b2d | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Sat Apr 29 20:05:17 2006 +0000 |
committer | Rob Landley <rob@landley.net> | Sat Apr 29 20:05:17 2006 +0000 |
tree | 3f1e08a90fbddc01f2f7bf6f331521702a2b5c6d | |
parent | 9950cab8e0f51f2810b3d9a8d403fdfd98881235 [diff] |
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