* [PATCH 2.6.10-rc1] kobject_uevent: fix compile error for send_uevent() stub
@ 2004-11-03 21:11 Brett Russ
0 siblings, 0 replies; only message in thread
From: Brett Russ @ 2004-11-03 21:11 UTC (permalink / raw)
To: linux-kernel
Found when attempting compile of fresh linux-2.5 bk with CONFIG_HOTPLUG
on but CONFIG_KOBJECT_UEVENT off. Stub declaration didn't match
implementation of send_uevent().
Signed-off-by: Brett Russ <russb@emc.com>
--- linux-2.5/lib/kobject_uevent.c 2004-11-03 14:32:49.000000000 -0500
+++ linux/lib/kobject_uevent.c 2004-11-03 15:59:06.000000000 -0500
@@ -168,7 +168,7 @@
#else
static inline int send_uevent(const char *signal, const char *obj,
- const void *buf, int buflen, int gfp_mask)
+ char **envp, int gfp_mask)
{
return 0;
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-11-03 21:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-03 21:11 [PATCH 2.6.10-rc1] kobject_uevent: fix compile error for send_uevent() stub Brett Russ
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox