summaryrefslogtreecommitdiff
path: root/linux-core/xgi_types.h
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2007-06-29 16:37:01 -0700
committerIan Romanick <idr@us.ibm.com>2007-06-29 16:37:01 -0700
commit5da2a3c2d488983efed6f8433a304096e2bb75e8 (patch)
tree28240f0f18aab77fe3204041060d67e19e64f76b /linux-core/xgi_types.h
parentba3173fa39e236eee9ce9abb60f1151492378811 (diff)
Replace BOOL with bool.
Diffstat (limited to 'linux-core/xgi_types.h')
-rw-r--r--linux-core/xgi_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-core/xgi_types.h b/linux-core/xgi_types.h
index 89804667..6d941abe 100644
--- a/linux-core/xgi_types.h
+++ b/linux-core/xgi_types.h
@@ -35,7 +35,6 @@
typedef unsigned char U8; /* 0 to 255 */
typedef unsigned short U16; /* 0 to 65535 */
-typedef unsigned long BOOL;
/*
* mainly for 64-bit linux, where long is 64 bits
* and win9x, where int is 16 bit.