Remove the -DFDESC cruft that is no longer necessary since the support

for it was removed from <sys/mount.h> long, long ago.
This commit is contained in:
chris 2000-05-14 04:44:30 +00:00
parent fedad18e70
commit 2d62ac8313
2 changed files with 0 additions and 2 deletions

View File

@ -5,6 +5,5 @@ KMOD= fdesc
SRCS= vnode_if.h \
fdesc_vfsops.c fdesc_vnops.c
NOMAN=
CFLAGS+= -DFDESC
.include "${.CURDIR}/../../conf/kmod.mk"

View File

@ -5,6 +5,5 @@ KMOD= fdesc
SRCS= vnode_if.h \
fdesc_vfsops.c fdesc_vnops.c
NOMAN=
CFLAGS+= -DFDESC
.include "${.CURDIR}/../../conf/kmod.mk"