enable support for st_flags and st_gen

This commit is contained in:
Sam Leffler 2008-12-18 05:55:26 +00:00
parent 58de4cdbf6
commit 603ca3cb8b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/makefs/; revision=186271

View File

@ -10,6 +10,8 @@ SRCS= ffs.c getid.c makefs.c walk.c
.PATH: ${.CURDIR}/ffs
CFLAGS+=-Iffs
CFLAGS+=-DHAVE_STRUCT_STAT_ST_FLAGS=1
CFLAGS+=-DHAVE_STRUCT_STAT_ST_GEN=1
SRCS+= buf.c ffs_alloc.c ffs_balloc.c ffs_bswap.c ffs_subr.c mkfs.c ufs_bmap.c
.PATH: ${.CURDIR}/compat