summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ffs/setup.c
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-08-16 07:34:19 +0000
committeralfred <alfred@FreeBSD.org>2002-08-16 07:34:19 +0000
commit0190ed913ac30d10fec5331fe7edc8e4c6427972 (patch)
treef8253a7a51abf11047d54b3940050605530e11c7 /sbin/fsck_ffs/setup.c
parent9c6aa2dcd89da0a5049bc9b16ed81edbe0177cab (diff)
downloadFreeBSD-src-0190ed913ac30d10fec5331fe7edc8e4c6427972.zip
FreeBSD-src-0190ed913ac30d10fec5331fe7edc8e4c6427972.tar.gz
Don't '#define DKTYPENAMES', we don't use the variable it exposes from
the header file.
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 c347ddb..3463615 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>
OpenPOWER on IntegriCloud