From: Brett Russ <russb@emc.com>
To: linux-kernel@vger.kernel.org
Subject: [PATCH 2.6.10-rc1] kobject_uevent: fix compile error for send_uevent() stub
Date: Wed, 03 Nov 2004 16:11:47 -0500 [thread overview]
Message-ID: <cmbhir$kng$1@sea.gmane.org> (raw)
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;
}
reply other threads:[~2004-11-03 21:24 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='cmbhir$kng$1@sea.gmane.org' \
--to=russb@emc.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.