Comment out ctype.h. It's not ok to always include in the !_KERNEL case

since the bootblocks have their own local includes.  Sorry for breaking
world.
This commit is contained in:
Nate Lawson 2003-08-07 14:17:23 +00:00
parent 277576de43
commit 7f325bba26

View File

@ -162,7 +162,7 @@
#define ACPI_USE_STANDARD_HEADERS
#define ACPI_FLUSH_CPU_CACHE()
#include <sys/types.h>
#include <ctype.h>
/* #include <ctype.h> */
#define __cli()
#define __sti()