mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
hurd: Use IF_NAMESIZE rather than IFNAMSIZ
The latter is not available without __USE_MISC.
This commit is contained in:
parent
ffd0b295d9
commit
c0c9092f75
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user