NetBSD/sbin/fsck_ext2fs
dholland f1333577b5 Rename ambiguous macros:
MAXDIRSIZE -> UFS_MAXDIRSIZE or LFS_MAXDIRSIZE
   NINDIR -> FFS_NINDIR, EXT2_NINDIR, LFS_NINDIR, or MFS_NINDIR
   INOPB -> FFS_INOPB, LFS_INOPB
   INOPF -> FFS_INOPF, LFS_INOPF
   blksize -> ffs_blksize, ext2_blksize, or lfs_blksize
   sblksize -> ffs_blksize

These are not the only ambiguously defined filesystem macros, of
course, there's a pile more. I may not have found all the ambiguous
definitions of blksize(), too, as there are a lot of other things
called 'blksize' in the system.
2013-06-19 17:51:25 +00:00
..
dir.c Stick UFS_ in front of these symbols: 2013-06-09 17:57:08 +00:00
extern.h Catch up to the kernel with respect to Ext2 huge_file feature. 2012-11-25 19:42:14 +00:00
fsck_ext2fs.8 Call the file system "ext2" consistently. Suggested by tsutsui. 2010-02-21 13:26:45 +00:00
fsck.h Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen 2009-10-19 18:41:07 +00:00
inode.c Rename ambiguous macros: 2013-06-19 17:51:25 +00:00
main.c share more code. 2011-06-09 19:57:50 +00:00
Makefile Avoid -Wno-pointer-sign. 2011-08-06 16:42:41 +00:00
pass1.c Rename ambiguous macros: 2013-06-19 17:51:25 +00:00
pass1b.c Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen 2009-10-19 18:41:07 +00:00
pass2.c Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen 2009-10-19 18:41:07 +00:00
pass3.c Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen 2009-10-19 18:41:07 +00:00
pass4.c Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen 2009-10-19 18:41:07 +00:00
pass5.c stdlib.h, not malloc.h 2012-08-26 09:33:18 +00:00
setup.c Rename ambiguous macros: 2013-06-19 17:51:25 +00:00
utilities.c share more code. 2011-06-09 19:57:50 +00:00