NetBSD/sys/ufs
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
..
chfs C99 section 6.7.2.3 (Tags) Note 3 states that: 2013-03-18 19:35:35 +00:00
ext2fs Rename ambiguous macros: 2013-06-19 17:51:25 +00:00
ffs Rename ambiguous macros: 2013-06-19 17:51:25 +00:00
lfs Rename ambiguous macros: 2013-06-19 17:51:25 +00:00
mfs Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
ufs Rename ambiguous macros: 2013-06-19 17:51:25 +00:00
files.ufs G/C 2013-06-08 22:07:24 +00:00
Makefile