freebsd-dev/sbin/fsck_msdosfs
Bruce Evans 05a8df3c21 fsck_msdosfs/main.c:
- Don't use errexit() to (mis)implement usage().  Using errexit() just
  gave the bogus exit code 8.
- Fixed 3 other style bugs in usage().

fsck/fsutil.[ch]:
- Garbage-collected errexit().  It is essentially just one of NetBSD's
  fsck_ext2fs error printing functions, but we don't have fsck_ext2fs
  and the function is unsuitable for use there too (since pfatal() is
  also used and it printf to a different stream).
2003-12-27 13:08:55 +00:00
..
boot.c s/filesystem/file system/g as discussed on -developers 2002-08-21 18:11:48 +00:00
check.c Fixed some style bugs in previous commit (mainly highly non-KNF indentation). 2003-12-27 06:21:44 +00:00
dir.c o __P removed 2002-03-20 22:57:10 +00:00
dosfs.h s/filesystem/file system/g as discussed on -developers 2002-08-21 18:11:48 +00:00
ext.h Fixed style bugs in previous commit (unsorting of declarations and poor 2003-12-27 06:44:32 +00:00
fat.c s/filesystem/file system/g as discussed on -developers 2002-08-21 18:11:48 +00:00
fsck_msdosfs.8 Fixed quoting of `clean'. 2003-12-27 06:30:14 +00:00
main.c fsck_msdosfs/main.c: 2003-12-27 13:08:55 +00:00
Makefile Default to WARNS=2. 2001-12-04 02:19:58 +00:00