* [PATCH] Add appletalk 32bit ioctl emulation
@ 2004-10-19 22:48 Andi Kleen
2004-10-21 5:18 ` David S. Miller
0 siblings, 1 reply; 2+ messages in thread
From: Andi Kleen @ 2004-10-19 22:48 UTC (permalink / raw)
To: akpm; +Cc: netdev, helmut
From: Helmut Tschemernjak <helmut@helios.de>
Add 32bit ioctl conversion for appletalk ioctls
Signed-off-by: Andi Kleen <ak@suse.de>
Index: linux/fs/compat_ioctl.c
===================================================================
--- linux.orig/fs/compat_ioctl.c 2004-10-19 01:55:27.%N +0200
+++ linux/fs/compat_ioctl.c 2004-10-19 17:43:50.%N +0200
@@ -69,6 +69,7 @@
#include <linux/i2c.h>
#include <linux/i2c-dev.h>
#include <linux/wireless.h>
+#include <linux/atalk.h>
#include <net/sock.h> /* siocdevprivate_ioctl */
#include <net/bluetooth/bluetooth.h>
@@ -3184,6 +3185,13 @@
HANDLE_IOCTL(SIOCSIFMAP, dev_ifsioc)
HANDLE_IOCTL(SIOCGIFADDR, dev_ifsioc)
HANDLE_IOCTL(SIOCSIFADDR, dev_ifsioc)
+
+/* ioctls used by appletalk ddp.c */
+HANDLE_IOCTL(SIOCATALKDIFADDR, dev_ifsioc)
+HANDLE_IOCTL(SIOCDIFADDR, dev_ifsioc)
+HANDLE_IOCTL(SIOCSARP, dev_ifsioc)
+HANDLE_IOCTL(SIOCDARP, dev_ifsioc)
+
HANDLE_IOCTL(SIOCGIFBRDADDR, dev_ifsioc)
HANDLE_IOCTL(SIOCSIFBRDADDR, dev_ifsioc)
HANDLE_IOCTL(SIOCGIFDSTADDR, dev_ifsioc)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Add appletalk 32bit ioctl emulation
2004-10-19 22:48 [PATCH] Add appletalk 32bit ioctl emulation Andi Kleen
@ 2004-10-21 5:18 ` David S. Miller
0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2004-10-21 5:18 UTC (permalink / raw)
To: Andi Kleen; +Cc: akpm, netdev, helmut
On Wed, 20 Oct 2004 00:48:10 +0200
Andi Kleen <ak@suse.de> wrote:
> From: Helmut Tschemernjak <helmut@helios.de>
>
> Add 32bit ioctl conversion for appletalk ioctls
>
> Signed-off-by: Andi Kleen <ak@suse.de>
Applied, thanks a lot Andi.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-10-21 5:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-19 22:48 [PATCH] Add appletalk 32bit ioctl emulation Andi Kleen
2004-10-21 5:18 ` David S. Miller
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).