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:
parent
277576de43
commit
7f325bba26
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user