NetBSD/sbin/fsck_ffs
dholland dcd34a91c5 Stuff UFS_ in front of a few of ufs's symbols to reduce namespace
pollution. Specifically:
   ROOTINO -> UFS_ROOTINO
   WINO -> UFS_WINO
   NXADDR -> UFS_NXADDR
   NDADDR -> UFS_NDADDR
   NIADDR -> UFS_NIADDR
   MAXSYMLINKLEN -> UFS_MAXSYMLINKLEN
   MAXSYMLINKLEN_UFS[12] -> UFS[12]_MAXSYMLINKLEN (for consistency)

Sort out ext2fs's misuse of NDADDR and NIADDR; fortunately, these have
the same values in ext2fs and ffs.

No functional change intended.
2013-01-22 09:39:11 +00:00
..
SMM.doc
Makefile Don't depend on HAVE_GCC being always defined. 2012-08-10 12:20:10 +00:00
dir.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
extern.h share more code. 2011-06-09 19:57:50 +00:00
fsck.h merge the bouyer-quota2 branch. This adds a new on-disk format 2011-03-06 17:08:10 +00:00
fsck_ffs.8 Mention scan_ffs -b. 2012-03-06 10:30:20 +00:00
inode.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
main.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
pass1.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
pass1b.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
pass2.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
pass3.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
pass4.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
pass5.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
pass6.c stdlib.h, not malloc.h 2012-08-26 09:33:18 +00:00
quota2.c stdlib.h, not malloc.h 2012-08-26 09:33:18 +00:00
setup.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
utilities.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
wapbl.c