Received: with ECARTIS (v1.0.0; list netdev); Tue, 12 Oct 2004 09:42:00 -0700 (PDT) Received: from Cantor.suse.de (cantor.suse.de [195.135.220.2]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id i9CGfqWb031229 for ; Tue, 12 Oct 2004 09:41:54 -0700 Received: from hermes.suse.de (hermes-ext.suse.de [195.135.221.8]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by Cantor.suse.de (Postfix) with ESMTP id 6467ED4094A; Tue, 12 Oct 2004 18:38:06 +0200 (CEST) Date: Tue, 12 Oct 2004 18:38:06 +0200 From: Andi Kleen To: netdev@oss.sgi.com, davem@davemloft.net Subject: [PATCH] Remove bogus #ifdef CONFIG_SYSCTL in TCP Message-ID: <20041012163806.GA4223@wotan.suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-archive-position: 10152 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: ak@suse.de Precedence: bulk X-list: netdev Content-Length: 587 Lines: 20 Modular IPv6 needs these variables always exported, even when CONFIG_SYSCTL is not enabled. Signed-off-by: Andi Kleen 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 +