From 3868d5f2a6256a55bd3408c765b83d6600c1314c Mon Sep 17 00:00:00 2001 From: tzafrir Date: Mon, 18 Dec 2006 13:55:59 +0000 Subject: 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 --- xpp/xdefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xpp/xdefs.h') 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; -- cgit v1.2.3