aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs/setup.c
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2002-08-16 07:34:19 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2002-08-16 07:34:19 +0000
commitb42db77473452f221d81a3817068c979572b332a (patch)
treef8253a7a51abf11047d54b3940050605530e11c7 /sbin/fsck_ffs/setup.c
parent64a3cc3d0df296af2e8e97621b00c7e3c00a14ce (diff)
downloadsrc-b42db77473452f221d81a3817068c979572b332a.tar.gz
src-b42db77473452f221d81a3817068c979572b332a.zip
Don't '#define DKTYPENAMES', we don't use the variable it exposes from
the header file.
Notes
Notes: svn path=/head/; revision=101970
Diffstat (limited to 'sbin/fsck_ffs/setup.c')
-rw-r--r--sbin/fsck_ffs/setup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/fsck_ffs/setup.c b/sbin/fsck_ffs/setup.c
index c347ddb48add..34636156a32f 100644
--- a/sbin/fsck_ffs/setup.c
+++ b/sbin/fsck_ffs/setup.c
@@ -39,7 +39,6 @@ static const char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
-#define DKTYPENAMES
#include <sys/param.h>
#include <sys/stat.h>
#include <sys/disklabel.h>