NetBSD/usr.sbin/installboot
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
..
arch When printing the list of valid console names, don't treat the consoles[] 2012-04-06 10:10:11 +00:00
Makefile Remove many HAVE_GCC || HAVE_PCC conditionals as the options also apply 2012-08-10 12:10:27 +00:00
bbinfo.c fix sign-compare issues 2009-04-05 11:48:02 +00:00
ext2fs.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
ffs.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
fstypes.c Remove if defined(__RCSID) around __RCSID() macro. 2010-01-14 16:27:49 +00:00
installboot.8 Add missing word. 2012-03-10 19:38:16 +00:00
installboot.c Minor usage tweaks for SMALLPROG 2011-11-03 20:46:41 +00:00
installboot.h A small bit of constification 2011-06-14 05:35:08 +00:00
machines.c A small bit of constification 2011-06-14 05:35:08 +00:00
sum.c Remove if defined(__RCSID) around __RCSID() macro. 2010-01-14 16:27:49 +00:00