summaryrefslogtreecommitdiff
path: root/xpp/xdefs.h
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-12-18 13:55:59 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-12-18 13:55:59 +0000
commit3868d5f2a6256a55bd3408c765b83d6600c1314c (patch)
treeeca559c747e147af45cf42ba1226955e9cf7ca50 /xpp/xdefs.h
parentfc7f6ef07fab69f1ee11b89901911f0145b93be0 (diff)
Code is 2.6-specific anyway, no need for an explicit test.
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1724 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'xpp/xdefs.h')
-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;