* [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
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).