From: Damien Zammit Date: Wed, 21 Sep 2022 17:27:39 +0000 (+0200) Subject: hurd: Add _IOT_ifrtreq to X-Git-Tag: glibc-2.37~330 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ba0f010a63d788709140a3b64432fde3cdfbc56;p=thirdparty%2Fglibc.git hurd: Add _IOT_ifrtreq to So that we can use struct ifrtreq in ioctls. --- diff --git a/sysdeps/mach/hurd/net/route.h b/sysdeps/mach/hurd/net/route.h index e7c276edf39..73abcbf2530 100644 --- a/sysdeps/mach/hurd/net/route.h +++ b/sysdeps/mach/hurd/net/route.h @@ -80,6 +80,7 @@ typedef struct ifrtreq int rt_tos; int rt_class; } ifrtreq_t; +#define _IOT_ifrtreq _IOT (_IOTS(char), IF_NAMESIZE, _IOTS(int), 10, 0, 0) #define RTF_UP 0x0001 /* Route usable. */