[svn-commits] branch 1.2 r994 - /branches/1.2/xpp/xpp_usb.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Sat Apr 1 23:52:01 MST 2006


Author: tzafrir
Date: Sun Apr  2 00:51:58 2006
New Revision: 994

URL: http://svn.digium.com/view/zaptel?rev=994&view=rev
Log:
fix build of xpp for kernel 2.6.14

Modified:
    branches/1.2/xpp/xpp_usb.c

Modified: branches/1.2/xpp/xpp_usb.c
URL: http://svn.digium.com/view/zaptel/branches/1.2/xpp/xpp_usb.c?rev=994&r1=993&r2=994&view=diff
==============================================================================
--- branches/1.2/xpp/xpp_usb.c (original)
+++ branches/1.2/xpp/xpp_usb.c Sun Apr  2 00:51:58 2006
@@ -49,7 +49,7 @@
 
 /* FIXME: A flag that was deprecated at some point, and rather useless */
 /* anyway. Only used in the code or-ed to other flags                  */
-#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,14)
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,14)
 #  define URB_ASYNC_UNLINK 0
 #endif
 



More information about the svn-commits mailing list