hurd: Add _IOT_ifrtreq to <net/route.h>

So that we can use struct ifrtreq in ioctls.
This commit is contained in:
Damien Zammit 2022-09-21 19:27:39 +02:00 committed by Samuel Thibault
parent fd36873ff9
commit 9ba0f010a6

View File

@ -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. */