projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4530fa
)
ipv6: remove redundant declarations
author
Eric Dumazet
<edumazet@google.com>
Thu, 5 Jul 2012 20:34:35 +0000
(20:34 +0000)
committer
David S. Miller
<davem@davemloft.net>
Fri, 6 Jul 2012 06:40:28 +0000
(23:40 -0700)
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>
net/ipv6/syncookies.c
patch
|
blob
|
history
diff --git
a/net/ipv6/syncookies.c
b/net/ipv6/syncookies.c
index 8e951d8d3b814e6eefc2583ee054f5a85b75ba91..7bf3cc427c28c63f71b8495be54b2138bfbb3359 100644
(file)
--- a/
net/ipv6/syncookies.c
+++ b/
net/ipv6/syncookies.c
@@
-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)