Re: Cannot compile without sysctl (+semi-patch)

From: Adrian Bunk
Date: Mon Dec 27 2004 - 12:45:41 EST


On Mon, Dec 27, 2004 at 06:06:35PM +0100, Jan Engelhardt wrote:

> Hi,

Hi Jan,

> in trying to make the smallest possible kernel for an old pc's needs (read:
> 386sx) disabling sysctl support (CONFIG_SYSCTL) does not work, sys_setgroups
> and sys_setgroups16 still require it. (I get a linking error.)
> It's not a blocker, but it would be nice if this got wrapped up in #ifdef or
> something :-) so that either sysctl is always on or sys_setgroups behaves a
> little different.
>
> Preferably:
> include/linux/limits.h:
> #ifdef __KERNEL__
> extern int ngroups_max;
> # define NGROUPS_MAX ngroups_max
> #else
> # define NGROUPS_MAX __NGROUPS_MAX
> #endif
>
> to
>...

you should also tell us which kernel version you observed this problem
in - neither the latest 2.4 nor the latest 2.6 kernels have a limits.h
like the one you describe...

> Jan Engelhardt

cu
Adrian

--

"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/