Emergency fix to stop world breakage.

Broken-by:	archie
This commit is contained in:
Greg Lehey 1999-11-03 20:04:00 +00:00
parent 1a4e73ba51
commit 4e449fe462
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52846

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