NetBSD/libexec/lfs_cleanerd
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
..
Makefile Define syscalls of lfs userspace tools (cleaner, mainly) through 2009-08-06 00:51:55 +00:00
Makefile.inc always add to SRCS 2010-07-28 22:35:52 +00:00
cleaner.h fix WARNS=3 issues; 2009-03-16 00:08:10 +00:00
cleansrv.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
coalesce.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
fdfs.c Use the same loop order for freeing as for allocation. Simpler code and 2012-04-12 10:30:17 +00:00
fdfs.h
lfs_cleanerd.8 Describe -D. Bump date. 2009-08-06 21:18:54 +00:00
lfs_cleanerd.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00