| To: | netdev@xxxxxxxxxxx, davem@xxxxxxxxxxxxx |
|---|---|
| Subject: | [PATCH] Remove bogus #ifdef CONFIG_SYSCTL in TCP |
| From: | Andi Kleen <ak@xxxxxxx> |
| Date: | Tue, 12 Oct 2004 18:38:06 +0200 |
| Sender: | netdev-bounce@xxxxxxxxxxx |
Modular IPv6 needs these variables always exported, even when CONFIG_SYSCTL is not enabled. Signed-off-by: Andi Kleen <ak@xxxxxxx> diff -u linux/net/ipv4/tcp_ipv4.c-o linux/net/ipv4/tcp_ipv4.c --- linux/net/ipv4/tcp_ipv4.c-o 2004-09-30 10:35:53.000000000 +0200 +++ linux/net/ipv4/tcp_ipv4.c 2004-10-12 18:35:56.000000000 +0200 @@ -2656,8 +2656,7 @@ EXPORT_SYMBOL(tcp_proc_register); EXPORT_SYMBOL(tcp_proc_unregister); #endif -#ifdef CONFIG_SYSCTL EXPORT_SYMBOL(sysctl_local_port_range); EXPORT_SYMBOL(sysctl_max_syn_backlog); EXPORT_SYMBOL(sysctl_tcp_low_latency); -#endif + |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | FW: I have two Linux ( 2.6.8 ?) problems, Povolotsky, Alexander |
|---|---|
| Next by Date: | Re: [PATCH] netconsole support for b44, Matt Mackall |
| Previous by Thread: | FW: I have two Linux ( 2.6.8 ?) problems, Povolotsky, Alexander |
| Next by Thread: | Re: [PATCH] Remove bogus #ifdef CONFIG_SYSCTL in TCP, David S. Miller |
| Indexes: | [Date] [Thread] [Top] [All Lists] |