Re: [PATCH net-2.6.25 1/11][CORE] Remove unneeded ifdefs from sysctl_net_core.c

2007-12-05 Thread David Miller
From: Pavel Emelyanov <[EMAIL PROTECTED]> Date: Tue, 04 Dec 2007 13:03:06 +0300 > This file is already compiled out when the SYSCTL=n, so > these ifdefs, that enclose the whole file, can be removed. > > Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> Applied. -- To unsubscribe from this list:

[PATCH net-2.6.25 1/11][CORE] Remove unneeded ifdefs from sysctl_net_core.c

2007-12-04 Thread Pavel Emelyanov
This file is already compiled out when the SYSCTL=n, so these ifdefs, that enclose the whole file, can be removed. Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> --- diff --git a/net/core/sysctl_net_core.c b/net/core/sysctl_net_core.c index 113cc72..277c8fa 100644 --- a/net/core/sysctl_net_c