[svn-commits] tzafrir: trunk r1733 - in /trunk/xpp: ./ xdefs.h

svn-commits at lists.digium.com svn-commits at lists.digium.com
Mon Dec 18 07:06:20 MST 2006


Author: tzafrir
Date: Mon Dec 18 08:06:19 2006
New Revision: 1733

URL: http://svn.digium.com/view/zaptel?view=rev&rev=1733
Log:
 r1729 at boole:  tzafrir | 2006-12-18 16:01:30 +0200
  r1724 at boole:  tzafrir | 2006-12-18 15:55:59 +0200
  Code is 2.6-specific anyway, no need for an explicit test.
 

Modified:
    trunk/xpp/   (props changed)
    trunk/xpp/xdefs.h

Propchange: trunk/xpp/
------------------------------------------------------------------------------
--- svk:merge (original)
+++ svk:merge Mon Dec 18 08:06:19 2006
@@ -1,5 +1,5 @@
 283159da-0705-0410-b60c-f2062b4bb6ad:/components/xpp-zaptel/branches/RELEASE-1.2.0/xpp:2933
 283159da-0705-0410-b60c-f2062b4bb6ad:/components/xpp-zaptel/trunk/xpp:2830
-f558416c-6c06-0410-9f27-dde2687782d0:/branches/1.2/xpp:1723
-f558416c-6c06-0410-9f27-dde2687782d0:/branches/1.4/xpp:1728
+f558416c-6c06-0410-9f27-dde2687782d0:/branches/1.2/xpp:1724
+f558416c-6c06-0410-9f27-dde2687782d0:/branches/1.4/xpp:1729
 f558416c-6c06-0410-9f27-dde2687782d0:/team/tzafrir/xpp_1.2/xpp:1554

Modified: trunk/xpp/xdefs.h
URL: http://svn.digium.com/view/zaptel/trunk/xpp/xdefs.h?view=diff&rev=1733&r1=1732&r2=1733
==============================================================================
--- trunk/xpp/xdefs.h (original)
+++ trunk/xpp/xdefs.h Mon Dec 18 08:06:19 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 svn-commits mailing list