hurd: Use IF_NAMESIZE rather than IFNAMSIZ

The latter is not available without __USE_MISC.
This commit is contained in:
Samuel Thibault 2022-09-21 08:51:50 +02:00
parent ffd0b295d9
commit c0c9092f75
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ struct in6_rtmsg
typedef struct ifrtreq
{
char ifname[IFNAMSIZ];
char ifname[IF_NAMESIZE];
in_addr_t rt_dest;
in_addr_t rt_mask;
in_addr_t rt_gateway;