summaryrefslogtreecommitdiff
path: root/xpp
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-12-18 14:06:19 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-12-18 14:06:19 +0000
commit340c3343ab7670e141b5bcd0dc283dff6f7ebbf7 (patch)
treea0e91de098f417af4b7c47a33ec56382642e811b /xpp
parentb0244954cffdf11c7a7b11a7cfbfc236eeffc9c8 (diff)
r1729@boole: tzafrir | 2006-12-18 16:01:30 +0200
r1724@boole: tzafrir | 2006-12-18 15:55:59 +0200 Code is 2.6-specific anyway, no need for an explicit test. git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1733 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'xpp')
-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;