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
> +#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
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
3 matches
Mail list logo