mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-15 01:21:06 +00:00
hurd: Fix SIOCADD/DELRT ioctls
The hurd network stack uses struct ifrtreq rather than ortentry.
This commit is contained in:
parent
b84199eb18
commit
385f2ecda9
@ -281,8 +281,8 @@ enum __ioctl_datum { IOC_8, IOC_16, IOC_32, IOC_64 };
|
||||
#define SIOCSPGRP _IOW('s', 8, int) /* set process group */
|
||||
#define SIOCGPGRP _IOR('s', 9, int) /* get process group */
|
||||
|
||||
#define SIOCADDRT _IOW('r', 10, struct ortentry) /* add route */
|
||||
#define SIOCDELRT _IOW('r', 11, struct ortentry) /* delete route */
|
||||
#define SIOCADDRT _IOW('r', 10, struct ifrtreq) /* add route */
|
||||
#define SIOCDELRT _IOW('r', 11, struct ifrtreq) /* delete route */
|
||||
|
||||
#define SIOCSIFADDR _IOW('i', 12, struct ifreq) /* set ifnet address */
|
||||
#define OSIOCGIFADDR _IOWR('i',13, struct ifreq) /* get ifnet address */
|
||||
|
Loading…
Reference in New Issue
Block a user