aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_cd9660
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-01-20 10:40:18 +0000
committerBruce Evans <bde@FreeBSD.org>1998-01-20 10:40:18 +0000
commit87f01287d291dc9c0b0f542ff241ce793ebecabb (patch)
tree9432b95b3639762b3f6e15eff43405626ceb4c7c /sbin/mount_cd9660
parentbf49c4278a6c3cc2b9792089339ae098707b239a (diff)
downloadsrc-87f01287d291dc9c0b0f542ff241ce793ebecabb.tar.gz
src-87f01287d291dc9c0b0f542ff241ce793ebecabb.zip
Removed definition of _NEW_VFSCONF. The new vfsconf interface is now
the default.
Notes
Notes: svn path=/head/; revision=32645
Diffstat (limited to 'sbin/mount_cd9660')
-rw-r--r--sbin/mount_cd9660/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/mount_cd9660/Makefile b/sbin/mount_cd9660/Makefile
index 61129f30992d..fc192a51720f 100644
--- a/sbin/mount_cd9660/Makefile
+++ b/sbin/mount_cd9660/Makefile
@@ -5,7 +5,6 @@ SRCS= mount_cd9660.c getmntopts.c
MAN8= mount_cd9660.8
MOUNT= ${.CURDIR}/../mount
-CFLAGS+= -D_NEW_VFSCONF
CFLAGS+= -I${MOUNT}
.PATH: ${MOUNT}