[svn-commits] trunk r993 - /trunk/xpp/xpp_usb.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Sat Apr 1 23:47:50 MST 2006


Author: tzafrir
Date: Sun Apr  2 00:47:46 2006
New Revision: 993

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

Modified:
    trunk/xpp/xpp_usb.c

Modified: trunk/xpp/xpp_usb.c
URL: http://svn.digium.com/view/zaptel/trunk/xpp/xpp_usb.c?rev=993&r1=992&r2=993&view=diff
==============================================================================
--- trunk/xpp/xpp_usb.c (original)
+++ trunk/xpp/xpp_usb.c Sun Apr  2 00:47:46 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