From: md@Linux.IT (Marco d'Itri)
To: linux-hotplug@vger.kernel.org
Subject: Re: Udev 0.65 fail to compile!
Date: Thu, 04 Aug 2005 00:15:00 +0000 [thread overview]
Message-ID: <20050804001500.GA920@wonderland.linux.it> (raw)
In-Reply-To: <1123115822.42f1632e99a7a@smtp.openna.com>
[-- Attachment #1: Type: text/plain, Size: 171 bytes --]
On Aug 04, Gerhard Mourani <gmourani@openna.com> wrote:
> I'm downloaded and tried to compile and install latest version of udev (0.65)
Use this patch.
--
ciao,
Marco
[-- Attachment #2: uevent --]
[-- Type: text/plain, Size: 396 bytes --]
diff -ruNp udev-065.orig/udevmonitor.c udev-065/udevmonitor.c
--- udev-065.orig/udevmonitor.c 2005-08-02 22:56:41.000000000 +0200
+++ udev-065/udevmonitor.c 2005-08-03 02:35:57.000000000 +0200
@@ -34,6 +34,10 @@
#include "udev.h"
#include "udevd.h"
+#ifndef NETLINK_KOBJECT_UEVENT
+#define NETLINK_KOBJECT_UEVENT 15
+#endif
+
static int uevent_netlink_sock;
static int udev_monitor_sock;
next prev parent reply other threads:[~2005-08-04 0:15 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-03 23:50 Udev 0.65 fail to compile! Gerhard Mourani
2005-08-04 0:15 ` Marco d'Itri [this message]
2005-08-04 1:19 ` Kay Sievers
2005-08-09 10:30 ` Ian Abbott
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=20050804001500.GA920@wonderland.linux.it \
--to=md@linux.it \
--cc=linux-hotplug@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.