* [GIT-PATCH] Compile udevmonitor with 2.4 headers
@ 2005-08-09 11:37 Ian Abbott
2005-08-10 2:18 ` Kay Sievers
0 siblings, 1 reply; 2+ messages in thread
From: Ian Abbott @ 2005-08-09 11:37 UTC (permalink / raw)
To: linux-hotplug
[-- Attachment #1: Type: text/plain, Size: 152 bytes --]
The patch swaps a couple of header files in udevmonitor.c to allow
compilation with 2.4 linux headers.
Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
[-- Attachment #2: udev-24headers.patch --]
[-- Type: text/x-patch, Size: 323 bytes --]
--- 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 <sys/socket.h>
#include <sys/un.h>
#include <sys/select.h>
-#include <linux/netlink.h>
#include <asm/types.h>
+#include <linux/netlink.h>
#include "udev.h"
#include "udevd.h"
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT-PATCH] Compile udevmonitor with 2.4 headers
2005-08-09 11:37 [GIT-PATCH] Compile udevmonitor with 2.4 headers Ian Abbott
@ 2005-08-10 2:18 ` Kay Sievers
0 siblings, 0 replies; 2+ messages in thread
From: Kay Sievers @ 2005-08-10 2:18 UTC (permalink / raw)
To: linux-hotplug
On Tue, Aug 09, 2005 at 12:37:27PM +0100, Ian Abbott wrote:
> The patch swaps a couple of header files in udevmonitor.c to allow
> compilation with 2.4 linux headers.
Thanks,
I will change that before we do the next release.
Kay
-------------------------------------------------------
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-08-10 2:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-09 11:37 [GIT-PATCH] Compile udevmonitor with 2.4 headers Ian Abbott
2005-08-10 2:18 ` Kay Sievers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).