]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/gnu/netinet/ip_icmp.h
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / sysdeps / gnu / netinet / ip_icmp.h
index 79788f91c62043665275dc6817aef11d3145d37d..4f7c1b1b60fe7519ce77947f54ab20892384decb 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 92, 93, 95, 96, 97, 99 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2016 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -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;
@@ -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