diff options
Diffstat (limited to 'sysdeps/gnu/netinet/ip_icmp.h')
-rw-r--r-- | sysdeps/gnu/netinet/ip_icmp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/gnu/netinet/ip_icmp.h b/sysdeps/gnu/netinet/ip_icmp.h index e7a351e966..02c5b5e8eb 100644 --- a/sysdeps/gnu/netinet/ip_icmp.h +++ b/sysdeps/gnu/netinet/ip_icmp.h @@ -90,7 +90,7 @@ struct icmphdr #define ICMP_EXC_FRAGTIME 1 /* Fragment Reass time exceeded */ -#ifdef __USE_BSD +#ifdef __USE_MISC /* * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. @@ -275,7 +275,7 @@ struct icmp (type) == ICMP_IREQ || (type) == ICMP_IREQREPLY || \ (type) == ICMP_MASKREQ || (type) == ICMP_MASKREPLY) -#endif /* __USE_BSD */ +#endif /* __USE_MISC */ __END_DECLS |