Hi. 2.6.17-rc1 doesn't compile if networking support is disabled but hotplug is enabled. This patch addresses that issue. Please consider applying. Signed-off-by: Nigel Cunningham <[email protected]> sysctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -ruNp 9904.patch-old/kernel/sysctl.c 9904.patch-new/kernel/sysctl.c --- 9904.patch-old/kernel/sysctl.c 2006-04-19 08:40:47.000000000 +1000 +++ 9904.patch-new/kernel/sysctl.c 2006-04-17 21:06:23.000000000 +1000 @@ -401,7 +401,7 @@ static ctl_table kern_table[] = { .strategy = &sysctl_string, }, #endif -#ifdef CONFIG_HOTPLUG +#if defined(CONFIG_HOTPLUG) && defined(CONFIG_NET) { .ctl_name = KERN_HOTPLUG, .procname = "hotplug",
Attachment:
pgppkJPQ0jI5n.pgp
Description: PGP signature
- Follow-Ups:
- Re: [PATCH] Kernel doesn't compile with CONFIG_HOTPLUG && !CONFIG_NET
- From: Andrew Morton <[email protected]>
- Re: [PATCH] Kernel doesn't compile with CONFIG_HOTPLUG && !CONFIG_NET
- Prev by Date: Re: [PATCH 2/3] swsusp i386 mark special saveable/unsaveable pages
- Next by Date: [RFC: patch] move acknowledgment for Mark Adler to CREDITS
- Previous by thread: [2.6 patch] drivers/media/video/vivi.c: possible cleanups
- Next by thread: Re: [PATCH] Kernel doesn't compile with CONFIG_HOTPLUG && !CONFIG_NET
- Index(es):