From: Ian Abbott <abbotti@mev.co.uk>
To: linux-hotplug@vger.kernel.org
Subject: [GIT-PATCH] Compile udevmonitor with 2.4 headers
Date: Tue, 09 Aug 2005 11:37:27 +0000 [thread overview]
Message-ID: <42F89577.4090109@mev.co.uk> (raw)
[-- 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"
next reply other threads:[~2005-08-09 11:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-09 11:37 Ian Abbott [this message]
2005-08-10 2:18 ` [GIT-PATCH] Compile udevmonitor with 2.4 headers Kay Sievers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=42F89577.4090109@mev.co.uk \
--to=abbotti@mev.co.uk \
--cc=linux-hotplug@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).