Re: Recent changes to sysctl.h breaks glibc

William Lee Irwin III (wli@holomorphy.com)
Sun, 18 May 2003 13:49:56 -0700


On Sun, May 18, 2003 at 10:21:56PM +0200, Martin Schlemmer wrote:
> Some recent changes to include/linux/sysctl.h breaks glibc.
> Problem is that __sysctl_args have been modified to use '__user',
> but that is only defined if __KERNEL__ is defined, because that
> is the only time compiler.h is included.

Don't include the kernel headers in userspace.

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