diff options
| author | Andi Kleen <ak@muc.de> | 2004-01-12 23:04:43 -0800 |
|---|---|---|
| committer | Stephen Hemminger <shemminger@osdl.org> | 2004-01-12 23:04:43 -0800 |
| commit | 892d6187fc9fff86524adef180726b7139211c3e (patch) | |
| tree | a69eac47cf92a77e243c6af0fc3550e5d3b6d93a /include/linux | |
| parent | df93c431b3d784e8da935aadbbe92879c63ec6b8 (diff) | |
[COMPAT]: Mark SIOCSIFNAME as compatible ioctl.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/compat_ioctl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/compat_ioctl.h b/include/linux/compat_ioctl.h index d87c417544bc..2a72386d5303 100644 --- a/include/linux/compat_ioctl.h +++ b/include/linux/compat_ioctl.h @@ -260,6 +260,7 @@ COMPATIBLE_IOCTL(SIOCATMARK) COMPATIBLE_IOCTL(SIOCSIFLINK) COMPATIBLE_IOCTL(SIOCSIFENCAP) COMPATIBLE_IOCTL(SIOCGIFENCAP) +COMPATIBLE_IOCTL(SIOCSIFNAME) COMPATIBLE_IOCTL(SIOCSIFBR) COMPATIBLE_IOCTL(SIOCGIFBR) COMPATIBLE_IOCTL(SIOCSARP) |
