freebsd-dev/sbin/fsck
Bruce Evans 0675647a4e Use __printflike() and __dead2 instead of hard-coded gccisms.
Declare perror().  We define and use a home made version of perror(3)
that can't simply be removed (although it has the same interface as
perror(3)) since it is very different (it prints on stdout, doesn't
always print the program name, and sometimes exits).  Declare it to
get a reminder of this brokenness when WARNS is increased enough.
2003-12-27 13:54:02 +00:00
..
fsck.8 Remove references to the '-l' option in synopsis. The rest of the 2003-07-26 12:57:56 +00:00
fsck.c Remove redundant declaration of the perror() function, it's provided by stdio.h. 2003-10-29 16:09:17 +00:00
fsutil.c Garbage-collected hotroot, rawname() and unrawname() again. These 2003-12-27 13:29:49 +00:00
fsutil.h Use __printflike() and __dead2 instead of hard-coded gccisms. 2003-12-27 13:54:02 +00:00
Makefile Bump WARNS level and add a '?' to WARNS=. 2003-10-29 16:10:17 +00:00
preen.c Straighten out a compound if() to improve readability marginally. 2002-12-17 19:33:44 +00:00