summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2003-08-07 14:17:23 +0000
committernjl <njl@FreeBSD.org>2003-08-07 14:17:23 +0000
commit6c92eabed547d8c0f01573c11526ecd9642e6483 (patch)
tree75b2c4a0a9caf3547995f545b93201b208c1e5f8 /sys
parent12f44bde5dc9d7f8825e07548b2811c1de0d4c0c (diff)
downloadFreeBSD-src-6c92eabed547d8c0f01573c11526ecd9642e6483.zip
FreeBSD-src-6c92eabed547d8c0f01573c11526ecd9642e6483.tar.gz
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.
Diffstat (limited to 'sys')
-rw-r--r--sys/contrib/dev/acpica/acfreebsd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/contrib/dev/acpica/acfreebsd.h b/sys/contrib/dev/acpica/acfreebsd.h
index 637d077..2abb61b 100644
--- a/sys/contrib/dev/acpica/acfreebsd.h
+++ b/sys/contrib/dev/acpica/acfreebsd.h
@@ -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()
OpenPOWER on IntegriCloud