[rds-commits] zab commits r96 - trunk

svn-commits@oss.oracle.com svn-commits at oss.oracle.com
Thu Jun 1 16:47:14 CDT 2006


Author: zab
Date: 2006-06-01 16:47:13 -0500 (Thu, 01 Jun 2006)
New Revision: 96

Modified:
   trunk/configure.in
Log:
Fix test for inet_sk() return type


Modified: trunk/configure.in
===================================================================
--- trunk/configure.in	2006-06-01 21:40:25 UTC (rev 95)
+++ trunk/configure.in	2006-06-01 21:47:13 UTC (rev 96)
@@ -151,9 +151,9 @@
 	KAPI_COMPAT_CFLAGS="-DKERNEL_HAS_INET_HASHTABLES $KAPI_COMPAT_CFLAGS", ,
 	[ ])
 
-GREP_KERNEL_INCLUDE([inet_sk() returning inet_sock], linux/ip.h,
+GREP_KERNEL_INCLUDE([inet_sk() returning inet_sock], net/inet_sock.h,
 	KAPI_COMPAT_CFLAGS="-DKERNEL_HAS_INET_SK_RETURNING_INET_SOCK $KAPI_COMPAT_CFLAGS", ,
-	[struct inet_sock \* inet_sk])
+	[struct inet_sock \*inet_sk])
 
 # using -include has two advantages:
 #  the source doesn't need to know to include compat headers




More information about the rds-commits mailing list