summaryrefslogtreecommitdiff
path: root/include/linux/compat_ioctl.h
diff options
context:
space:
mode:
authorAndi Kleen <ak@suse.de>2004-03-26 20:56:44 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-03-26 20:56:44 -0800
commit44fbe3d283010cbf2f057dfe496aae178387857a (patch)
tree55bebad2daa9efe767c7f3ed0eebc94c20df36e8 /include/linux/compat_ioctl.h
parent2b82353a0c1b3594cc902f477240602edec1712a (diff)
[PATCH] Emulate deviceless bridge ioctls
This helps vmware users running vmware on x86-64 - vmnet tries to set up a bridge. Emulate these ioctls. The bridge has more ioctls on its bridge device, but these don't seem to be needed here.
Diffstat (limited to 'include/linux/compat_ioctl.h')
-rw-r--r--include/linux/compat_ioctl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/compat_ioctl.h b/include/linux/compat_ioctl.h
index fabf0f345a17..be4c3e031f1e 100644
--- a/include/linux/compat_ioctl.h
+++ b/include/linux/compat_ioctl.h
@@ -248,10 +248,6 @@ COMPATIBLE_IOCTL(SIOCSIFLINK)
COMPATIBLE_IOCTL(SIOCSIFENCAP)
COMPATIBLE_IOCTL(SIOCGIFENCAP)
COMPATIBLE_IOCTL(SIOCSIFNAME)
-/* FIXME: not compatible
-COMPATIBLE_IOCTL(SIOCSIFBR)
-COMPATIBLE_IOCTL(SIOCGIFBR)
-*/
COMPATIBLE_IOCTL(SIOCSARP)
COMPATIBLE_IOCTL(SIOCGARP)
COMPATIBLE_IOCTL(SIOCDARP)