Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > by-pkgid > 3f364d6ac1d56f635ea3812d43266a72 > files > 2

kernel-modules-zaptel-std-srv-1.4.12.1-alt1.132633.8.M41.5.src.rpm

--- zaptel/xpp/xbus-core.c~	2007-02-22 14:40:57 +0300
+++ zaptel/xpp/xbus-core.c	2007-02-25 16:59:38 +0300
@@ -160,7 +160,7 @@ struct file_operations debugfs_operation
  * a bit earlier (2.6.18). If you use such a kernel, Change the 
  * following test from 2,6,19 to 2,6,18.
  */
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,19)
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,18)
 #define	I_PRIVATE(inode)	((inode)->u.generic_ip)
 #else
 #define	I_PRIVATE(inode)	((inode)->i_private)