commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd,commited 3/3] hurd: Fix SIOCADD/DELRT ioctls


From: Samuel Thibault
Subject: [hurd,commited 3/3] hurd: Fix SIOCADD/DELRT ioctls
Date: Wed, 21 Sep 2022 19:56:25 +0200

The hurd network stack uses struct ifrtreq rather than ortentry.
---
 sysdeps/mach/hurd/bits/ioctls.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sysdeps/mach/hurd/bits/ioctls.h b/sysdeps/mach/hurd/bits/ioctls.h
index 4421a88611..1513b8c6b8 100644
--- a/sysdeps/mach/hurd/bits/ioctls.h
+++ b/sysdeps/mach/hurd/bits/ioctls.h
@@ -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 */
-- 
2.35.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]