Index: zconfig.h =================================================================== RCS file: /usr/cvsroot/zaptel/zconfig.h,v retrieving revision 1.11.2.1 diff -u -r1.11.2.1 zconfig.h --- zconfig.h 9 Dec 2004 05:13:32 -0000 1.11.2.1 +++ zconfig.h 29 Dec 2004 14:32:01 -0000 @@ -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)