[zaptel-commits] tzafrir: branch 1.2 r1724 -
	/branches/1.2/xpp/xdefs.h
    zaptel-commits at lists.digium.com 
    zaptel-commits at lists.digium.com
       
    Mon Dec 18 06:56:00 MST 2006
    
    
  
Author: tzafrir
Date: Mon Dec 18 07:55:59 2006
New Revision: 1724
URL: http://svn.digium.com/view/zaptel?view=rev&rev=1724
Log:
Code is 2.6-specific anyway, no need for an explicit test.
Modified:
    branches/1.2/xpp/xdefs.h
Modified: branches/1.2/xpp/xdefs.h
URL: http://svn.digium.com/view/zaptel/branches/1.2/xpp/xdefs.h?view=diff&rev=1724&r1=1723&r2=1724
==============================================================================
--- branches/1.2/xpp/xdefs.h (original)
+++ branches/1.2/xpp/xdefs.h Mon Dec 18 07:55:59 2006
@@ -100,7 +100,7 @@
 
 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;
    
    
More information about the zaptel-commits
mailing list