Emergency fix to stop world breakage.

Broken-by:	archie
This commit is contained in:
grog 1999-11-03 20:04:00 +00:00
parent 704f2192e3
commit c30c23e035

View File

@ -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 */