From 340c3343ab7670e141b5bcd0dc283dff6f7ebbf7 Mon Sep 17 00:00:00 2001 From: tzafrir Date: Mon, 18 Dec 2006 14:06:19 +0000 Subject: 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 --- xpp/xdefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xpp') 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