]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/i386/boolean.h
xnu-3247.1.106.tar.gz
[apple/xnu.git] / osfmk / mach / i386 / boolean.h
index cfb425c546199dd6ffb375d22c7b1860677018db..100f7e7b51d05987dcbbb99696fd2e3fe627d09a 100644 (file)
@@ -65,7 +65,7 @@
 #ifndef        _MACH_I386_BOOLEAN_H_
 #define _MACH_I386_BOOLEAN_H_
 
-#if defined(__x86_64__)
+#if defined(__x86_64__) && !defined(KERNEL)
 typedef unsigned int   boolean_t;
 #else
 typedef int            boolean_t;