From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Abbott Date: Tue, 09 Aug 2005 11:37:27 +0000 Subject: [GIT-PATCH] Compile udevmonitor with 2.4 headers Message-Id: <42F89577.4090109@mev.co.uk> MIME-Version: 1 Content-Type: multipart/mixed; boundary="------------060609070209040808040401" List-Id: To: linux-hotplug@vger.kernel.org This is a multi-part message in MIME format. --------------060609070209040808040401 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit The patch swaps a couple of header files in udevmonitor.c to allow compilation with 2.4 linux headers. Signed-off-by: Ian Abbott --------------060609070209040808040401 Content-Type: text/x-patch; name="udev-24headers.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="udev-24headers.patch" --- udevmonitor.c.orig 2005-08-09 12:26:42.000000000 +0100 +++ udevmonitor.c 2005-08-09 12:28:34.000000000 +0100 @@ -28,8 +28,8 @@ #include #include #include -#include #include +#include #include "udev.h" #include "udevd.h" --------------060609070209040808040401-- ------------------------------------------------------- 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