CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/11/21 21:38:02
Modified files:
sbin/fsck_ext2fs: setup.c
sbin/fsck_ffs : setup.c
Log message:
Kirk was being waaaay too chummy with the compiler when he trusted
it to not optimize away a comparison against NULL-1.
Add (unsigned char) casts for some ctype calls.
Teach fsck_ext2fs about MAXPARTITIONS, letting it operate on
partitions 'i' through 'p'.
ok deraadt@ millert@ otto@
