From 4e449fe462e937ddf95cfa43732e629e49f22f8f Mon Sep 17 00:00:00 2001 From: Greg Lehey Date: Wed, 3 Nov 1999 20:04:00 +0000 Subject: [PATCH] Emergency fix to stop world breakage. Broken-by: archie --- sys/dev/vinum/vinumparser.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sys/dev/vinum/vinumparser.c b/sys/dev/vinum/vinumparser.c index 60e5f742a654..e0a8609b1855 100644 --- a/sys/dev/vinum/vinumparser.c +++ b/sys/dev/vinum/vinumparser.c @@ -78,11 +78,7 @@ #include #include -#ifdef KERNEL #define SPACETAB(c) ((c == ' ') || (c == '\t')) /* check for white space */ -#else /* get it from the headers */ -#include -#endif /* enum keyword is defined in vinumvar.h */