]> git.neil.brown.name Git - history.git/commitdiff
IPv4 Syncookies: Remove pointless CONFIG_SYN_COOKIES ifdef.
authorChristoph Hellwig <hch@infradead.org>
Fri, 10 May 2002 01:38:59 +0000 (18:38 -0700)
committerDavid S. Miller <davem@nuts.ninka.net>
Fri, 10 May 2002 01:38:59 +0000 (18:38 -0700)
net/ipv4/syncookies.c

index 1844532a19d68f533be8b71d36fc58c9a29a3d47..4061c648dd19ba7e2ce31a35291a8f562a98e1d0 100644 (file)
@@ -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>
@@ -194,4 +192,3 @@ struct sock *cookie_v4_check(struct sock *sk, struct sk_buff *skb,
        ret = get_cookie_sock(sk, skb, req, &rt->u.dst);
 out:   return ret;
 }
-#endif