NetBSD/usr.sbin/makefs/ffs
tsutsui af66232520 Fix function declaration mismatch with src/sys/ufs/ffs/ffs_extern.h which
causes makefs(8) failure on big endian machines. Pointed out by tsubai.

XXX The real problem is that some sources include {.CURDIR}/ffs/ffs_extern.h
XXX but others include /usr/include/ufs/ffs/ffs_extern.h .
2003-06-15 18:10:56 +00:00
..
buf.c
buf.h
ffs_alloc.c Add support for UFS2. UFS2 is an enhanced FFS, adding support for 2003-04-02 10:39:19 +00:00
ffs_balloc.c Add support for UFS2. UFS2 is an enhanced FFS, adding support for 2003-04-02 10:39:19 +00:00
ffs_extern.h Fix function declaration mismatch with src/sys/ufs/ffs/ffs_extern.h which 2003-06-15 18:10:56 +00:00
mkfs.c Protect use of __RCSID() with a check to ensure that it's defined. 2003-04-16 01:32:07 +00:00
newfs_extern.h
ufs_bmap.c
ufs_inode.h Add support for UFS2. UFS2 is an enhanced FFS, adding support for 2003-04-02 10:39:19 +00:00