diff options
Diffstat (limited to 'sysdeps/gnu/netinet')
-rw-r--r-- | sysdeps/gnu/netinet/ip_icmp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/gnu/netinet/ip_icmp.h b/sysdeps/gnu/netinet/ip_icmp.h index 136fb4703e..d23318c9d3 100644 --- a/sysdeps/gnu/netinet/ip_icmp.h +++ b/sysdeps/gnu/netinet/ip_icmp.h @@ -38,7 +38,7 @@ struct icmphdr u_int32_t gateway; /* gateway address */ struct { - u_int16_t __unused; + u_int16_t __glibc_reserved; u_int16_t mtu; } frag; /* path mtu discovery */ } un; |