summaryrefslogtreecommitdiffstats
path: root/sys/net/if_tap.h
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-09-27 19:57:02 +0000
committerru <ru@FreeBSD.org>2006-09-27 19:57:02 +0000
commit4ef62e4ca582414062d69e20a1ccdade4a110938 (patch)
treea886251dab8c19f71a5bfd0199ec1d9b327b3513 /sys/net/if_tap.h
parentf6b387ce531fb4ba91958db5aadcb53f89d4ed1b (diff)
downloadFreeBSD-src-4ef62e4ca582414062d69e20a1ccdade4a110938.zip
FreeBSD-src-4ef62e4ca582414062d69e20a1ccdade4a110938.tar.gz
Fix our ioctl(2) implementation when the argument is "int". New
ioctls passing integer arguments should use the _IOWINT() macro. This fixes a lot of ioctl's not working on sparc64, most notable being keyboard/syscons ioctls. Full ABI compatibility is provided, with the bonus of fixing the handling of old ioctls on sparc64. Reviewed by: bde (with contributions) Tested by: emax, marius MFC after: 1 week
Diffstat (limited to 'sys/net/if_tap.h')
-rw-r--r--sys/net/if_tap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_tap.h b/sys/net/if_tap.h
index daaddf7..0086285 100644
--- a/sys/net/if_tap.h
+++ b/sys/net/if_tap.h
@@ -57,7 +57,7 @@ struct tapinfo {
#define TAPGIFINFO _IOR('t', 92, struct tapinfo)
/* VMware ioctl's */
-#define VMIO_SIOCSIFFLAGS _IO('V', 0)
+#define VMIO_SIOCSIFFLAGS _IOWINT('V', 0)
#define VMIO_SIOCSKEEP _IO('V', 1)
#define VMIO_SIOCSIFBR _IO('V', 2)
#define VMIO_SIOCSLADRF _IO('V', 3)
OpenPOWER on IntegriCloud