Re: [PATCH] 2.4.4-ac3 +IPX -SYSCTL compile fix

2001-05-02 Thread Arnaldo Carvalho de Melo
Em Wed, May 02, 2001 at 11:17:22AM -0400, Pavel Roskin escreveu: > > +#error This file shouldn't be compiled without CONFIG_SYSCTL defined > > Oops, sorry! Unterminated string constant in preprocessor. It should be > > #error This file should not be compiled without CONFIG_SYSCTL defined > > Th

Re: [PATCH] 2.4.4-ac3 +IPX -SYSCTL compile fix

2001-05-02 Thread Pavel Roskin
> +#error This file shouldn't be compiled without CONFIG_SYSCTL defined Oops, sorry! Unterminated string constant in preprocessor. It should be #error This file should not be compiled without CONFIG_SYSCTL defined The patch at http://www.red-bean.com/~proski/linux/ipxsysctl.diff has been update

[PATCH] 2.4.4-ac3 +IPX -SYSCTL compile fix

2001-05-02 Thread Pavel Roskin
Hello! File net/ipx/sysctl_net_ipx.c provides dummy functions for ipx_register_sysctl and ipx_unregister_sysctl if CONFIG_SYSCTL is not defined. The problem is, sysctl_net_ipx.c is not even compiled in this case. I'm moving the dummy functions to af_ipx.c where they are used. Not sure about conf