patch-2.4.19 linux-2.4.19/net/ipv4/syncookies.c

Next file: linux-2.4.19/net/ipv4/sysctl_net_ipv4.c
Previous file: linux-2.4.19/net/ipv4/route.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/net/ipv4/syncookies.c linux-2.4.19/net/ipv4/syncookies.c
@@ -14,8 +14,6 @@
  *  Missing: IPv6 support. 
  */
 
-#include <linux/config.h>
-#if defined(CONFIG_SYN_COOKIES) 
 #include <linux/tcp.h>
 #include <linux/slab.h>
 #include <linux/random.h>
@@ -192,4 +190,3 @@
 	ret = get_cookie_sock(sk, skb, req, &rt->u.dst);
 out:	return ret;
 }
-#endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)