From mboxrd@z Thu Jan 1 00:00:00 1970 From: md@Linux.IT (Marco d'Itri) Date: Thu, 04 Aug 2005 00:15:00 +0000 Subject: Re: Udev 0.65 fail to compile! Message-Id: <20050804001500.GA920@wonderland.linux.it> MIME-Version: 1 Content-Type: multipart/mixed; boundary="xHFwDpU9dbj6ez1V" List-Id: References: <1123115822.42f1632e99a7a@smtp.openna.com> In-Reply-To: <1123115822.42f1632e99a7a@smtp.openna.com> To: linux-hotplug@vger.kernel.org --xHFwDpU9dbj6ez1V Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Aug 04, Gerhard Mourani wrote: > I'm downloaded and tried to compile and install latest version of udev (0.65) Use this patch. -- ciao, Marco --xHFwDpU9dbj6ez1V Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=uevent 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; --xHFwDpU9dbj6ez1V-- ------------------------------------------------------- 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