From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Abbott Date: Tue, 09 Aug 2005 10:30:59 +0000 Subject: Re: Udev 0.65 fail to compile! Message-Id: <42F885E3.1040106@mev.co.uk> MIME-Version: 1 Content-Type: multipart/mixed; boundary="------------060906090402050502060701" List-Id: References: <1123115822.42f1632e99a7a@smtp.openna.com> In-Reply-To: <1123115822.42f1632e99a7a@smtp.openna.com> To: linux-hotplug@vger.kernel.org This is a multi-part message in MIME format. --------------060906090402050502060701 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 04/08/2005 01:15, Marco d'Itri wrote: > On Aug 04, Gerhard Mourani wrote: > >>I'm downloaded and tried to compile and install latest version of udev (0.65) > > Use this patch. Thanks for that. To compile against 2.4 headers you also need to include before as in the attached combined patch. --------------060906090402050502060701 Content-Type: text/plain; name="udev-065-24headers.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="udev-065-24headers.patch" --- udevmonitor.c.orig 2005-08-09 11:08:18.000000000 +0100 +++ udevmonitor.c 2005-08-09 11:09:24.000000000 +0100 @@ -28,12 +28,17 @@ #include #include #include +#include #include #include #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; --------------060906090402050502060701-- ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel