diff options
| author | David S. Miller <davem@nuts.davemloft.net> | 2004-02-01 00:17:10 -0800 |
|---|---|---|
| committer | David S. Miller <davem@nuts.davemloft.net> | 2004-02-01 00:17:10 -0800 |
| commit | ff9e1135aec3bd1e9230593880e24a018dbdf789 (patch) | |
| tree | 1ebb2447980801b9377b61a0386f43db03498d80 /include/linux/compat_ioctl.h | |
| parent | b4e1d7f151a364896215e5a6b02c68f3fddbf720 (diff) | |
[COMPAT]: Fix TUNSETIFF ioctl compat, it takes an ifreq ptr not an int.
Thanks to Eric Brower for spotting this.
Diffstat (limited to 'include/linux/compat_ioctl.h')
| -rw-r--r-- | include/linux/compat_ioctl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/compat_ioctl.h b/include/linux/compat_ioctl.h index 553442de3ecf..3c2fb5fae259 100644 --- a/include/linux/compat_ioctl.h +++ b/include/linux/compat_ioctl.h @@ -192,7 +192,6 @@ COMPATIBLE_IOCTL(SCSI_IOCTL_GET_PCI) /* Big T */ COMPATIBLE_IOCTL(TUNSETNOCSUM) COMPATIBLE_IOCTL(TUNSETDEBUG) -COMPATIBLE_IOCTL(TUNSETIFF) COMPATIBLE_IOCTL(TUNSETPERSIST) COMPATIBLE_IOCTL(TUNSETOWNER) /* Big V */ |
