[Asterisk-cvs] zaptel zconfig.h,1.11.2.1,1.11.2.2
russell at lists.digium.com
russell at lists.digium.com
Sat Jan 1 18:14:34 CST 2005
Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv5292
Modified Files:
Tag: v1-0
zconfig.h
Log Message:
fix for linux 2.4.20 (bug #3186)
Index: zconfig.h
===================================================================
RCS file: /usr/cvsroot/zaptel/zconfig.h,v
retrieving revision 1.11.2.1
retrieving revision 1.11.2.2
diff -u -d -r1.11.2.1 -r1.11.2.2
--- zconfig.h 9 Dec 2004 05:13:32 -0000 1.11.2.1
+++ zconfig.h 2 Jan 2005 00:19:57 -0000 1.11.2.2
@@ -71,7 +71,7 @@
/* You can still override them below */
#if defined(CONFIG_HDLC) || defined(CONFIG_HDLC_MODULE)
/* #define CONFIG_ZAPATA_NET */ /* NEVER implicitly turn on ZAPATA_NET */
-#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,4,20)
+#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,4,19)
#define CONFIG_OLD_HDLC_API
#else
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,23)
More information about the svn-commits
mailing list