Re: ipv4: 2.4.2: unused static variables

2001-02-22 Thread David S. Miller
Russell King writes: > With CONFIG_SYSCTL=n, I get the following warnings: > > sysctl_net_ipv4.c:50: warning: `tcp_retr1_max' defined but not used > sysctl_net_ipv4.c:52: warning: `ip_local_port_range_min' defined but not used > sysctl_net_ipv4.c:53: warning: `ip_local_port_range_max' defin

ipv4: 2.4.2: unused static variables

2001-02-22 Thread Russell King
Hi, With CONFIG_SYSCTL=n, I get the following warnings: sysctl_net_ipv4.c:50: warning: `tcp_retr1_max' defined but not used sysctl_net_ipv4.c:52: warning: `ip_local_port_range_min' defined but not used sysctl_net_ipv4.c:53: warning: `ip_local_port_range_max' defined but not used These are defin