Re: [PATCH] sysctl.h: Comment out unused constants

2007-01-20 Thread Richard Knutsson
H. Peter Anvin wrote: Richard Knutsson wrote: Comment out unused constants in include/linux/sysctl.h. Signed-off-by: Richard Knutsson <[EMAIL PROTECTED]> NAK as all hell. This file exports an interface to userspace, and thus should be maintained indefinitely. Oh, then I misunderstood Eric W

Re: [PATCH] sysctl.h: Comment out unused constants

2007-01-20 Thread H. Peter Anvin
Richard Knutsson wrote: Comment out unused constants in include/linux/sysctl.h. Signed-off-by: Richard Knutsson <[EMAIL PROTECTED]> NAK as all hell. This file exports an interface to userspace, and thus should be maintained indefinitely. -hpa - To unsubscribe from this list: send t

[PATCH] sysctl.h: Comment out unused constants

2007-01-19 Thread Richard Knutsson
Comment out unused constants in include/linux/sysctl.h. Signed-off-by: Richard Knutsson <[EMAIL PROTECTED]> --- Compile-tested with allyes and allmod under i386. diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index 81480e6..c8d2cb7 100644 --- a/include/linux/sysctl.h +++ b/include