summaryrefslogtreecommitdiffstats
path: root/sys/dev/vinum
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>1999-11-03 20:04:00 +0000
committergrog <grog@FreeBSD.org>1999-11-03 20:04:00 +0000
commitc30c23e035b7865d98b3d3203a42334a05cc0a58 (patch)
treee88f1e994f3cd85c47d84d384fae311d143721f3 /sys/dev/vinum
parent704f2192e3c42056e0b733d2172f3919b76af1c5 (diff)
downloadFreeBSD-src-c30c23e035b7865d98b3d3203a42334a05cc0a58.zip
FreeBSD-src-c30c23e035b7865d98b3d3203a42334a05cc0a58.tar.gz
Emergency fix to stop world breakage.
Broken-by: archie
Diffstat (limited to 'sys/dev/vinum')
-rw-r--r--sys/dev/vinum/vinumparser.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/vinum/vinumparser.c b/sys/dev/vinum/vinumparser.c
index 60e5f74..e0a8609 100644
--- a/sys/dev/vinum/vinumparser.c
+++ b/sys/dev/vinum/vinumparser.c
@@ -78,11 +78,7 @@
#include <dev/vinum/vinumio.h>
#include <dev/vinum/vinumext.h>
-#ifdef KERNEL
#define SPACETAB(c) ((c == ' ') || (c == '\t')) /* check for white space */
-#else /* get it from the headers */
-#include <ctype.h>
-#endif
/* enum keyword is defined in vinumvar.h */
OpenPOWER on IntegriCloud