summaryrefslogtreecommitdiff
path: root/sbin/fsck_msdos/main.c
AgeCommit message (Collapse)Author
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-09-05make sure that va_start() has matching va_end()Theo de Raadt
2000-01-22remove extra externs not needed because of unistd.h (rest of tree will be ↵Theo de Raadt
done later.. contact me if you want to help)
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-03-02Update based on latest NetBSD version.Todd C. Miller
Now uses functions from util.[ch] instead of local ones. Also some anal KNF from me...
1997-02-28Add -f to getopt() -- that'll teach me to test first.Todd C. Miller
1997-02-28Silently ignore -f so that "fsck -f" works if you have an msdosTodd C. Miller
partition listed in fstab.
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-06-23update rcsidTheo de Raadt
1996-06-10from ws;Theo de Raadt
Check return values of malloc Generate full pathnames only on request Minor cleanup, RCS Ids in .h files Don't allocate data structures for non-directories Free any data structures when finishing a check (at the latest)
1996-05-22add fsck_msdosTheo de Raadt