netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Remove bogus #ifdef CONFIG_SYSCTL in TCP
@ 2004-10-12 16:38 Andi Kleen
  2004-10-20  5:07 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Andi Kleen @ 2004-10-12 16:38 UTC (permalink / raw)
  To: netdev, davem


Modular IPv6 needs these variables always exported, even when 
CONFIG_SYSCTL is not enabled.

Signed-off-by: Andi Kleen <ak@suse.de>

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
+

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Remove bogus #ifdef CONFIG_SYSCTL in TCP
  2004-10-12 16:38 [PATCH] Remove bogus #ifdef CONFIG_SYSCTL in TCP Andi Kleen
@ 2004-10-20  5:07 ` David S. Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2004-10-20  5:07 UTC (permalink / raw)
  To: Andi Kleen; +Cc: netdev

On Tue, 12 Oct 2004 18:38:06 +0200
Andi Kleen <ak@suse.de> wrote:

> Modular IPv6 needs these variables always exported, even when 
> CONFIG_SYSCTL is not enabled.
> 
> Signed-off-by: Andi Kleen <ak@suse.de>

Applied, thanks Andi.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-10-20  5:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-12 16:38 [PATCH] Remove bogus #ifdef CONFIG_SYSCTL in TCP Andi Kleen
2004-10-20  5:07 ` David S. Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).