Skip to content

Commit

Permalink
ipv6: remove redundant declarations
Browse files Browse the repository at this point in the history
remove redundant declarations, they belong in include/net/tcp.h

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Jul 6, 2012
1 parent f4530fa commit 883dd4f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions net/ipv6/syncookies.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
#include <net/ipv6.h>
#include <net/tcp.h>

extern int sysctl_tcp_syncookies;
extern __u32 syncookie_secret[2][16-4+SHA_DIGEST_WORDS];

#define COOKIEBITS 24 /* Upper bits store count */
#define COOKIEMASK (((__u32)1 << COOKIEBITS) - 1)

Expand Down

0 comments on commit 883dd4f

Please sign in to comment.