summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xpp/xdefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpp/xdefs.h b/xpp/xdefs.h
index a68705c..d4d0573 100644
--- a/xpp/xdefs.h
+++ b/xpp/xdefs.h
@@ -100,7 +100,7 @@ struct list_head { struct list_head *next; struct list_head *prev; };
typedef char *charp;
typedef unsigned char byte;
-#if !defined(LINUX26) || (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,19))
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,19)
typedef int bool;
#endif
typedef struct xbus xbus_t;