Commit 1938d56c authored by Thomas 'Dent' Mirlacher's avatar Thomas 'Dent' Mirlacher Committed by Linus Torvalds

[PATCH] redundant declarations (#11_15)

 this patch fixes redundant declarations in 2.5.24
parent a54f37d3
......@@ -456,7 +456,6 @@ extern int sysctl_tcp_syncookies;
extern int sysctl_tcp_retrans_collapse;
extern int sysctl_tcp_stdurg;
extern int sysctl_tcp_rfc1337;
extern int sysctl_tcp_tw_recycle;
extern int sysctl_tcp_abort_on_overflow;
extern int sysctl_tcp_max_orphans;
extern int sysctl_tcp_max_tw_buckets;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment