]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/i386/boolean.h
xnu-1228.tar.gz
[apple/xnu.git] / osfmk / mach / i386 / boolean.h
index 03a94ba6a3e3b895fbaa027bf7522b7cb979b388..cfb425c546199dd6ffb375d22c7b1860677018db 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2006 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
 #ifndef        _MACH_I386_BOOLEAN_H_
 #define _MACH_I386_BOOLEAN_H_
 
+#if defined(__x86_64__)
+typedef unsigned int   boolean_t;
+#else
 typedef int            boolean_t;
+#endif
 
 #endif /* _MACH_I386_BOOLEAN_H_ */