mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
05a8df3c21
- 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). |
||
---|---|---|
.. | ||
boot.c | ||
check.c | ||
dir.c | ||
dosfs.h | ||
ext.h | ||
fat.c | ||
fsck_msdosfs.8 | ||
main.c | ||
Makefile |