]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
hurd: Fix includes
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 29 Jan 2018 00:48:24 +0000 (01:48 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 29 Jan 2018 00:48:24 +0000 (01:48 +0100)
* sysdeps/mach/hurd/net/ethernet.h: Include <stdint.h>.
* sysdeps/mach/hurd/net/if_arp.h: Include <stdint.h>.
* sysdeps/mach/hurd/net/if_ppp.h: Do not include non-existing
<net/ppp_defs.h>.

ChangeLog
sysdeps/mach/hurd/net/ethernet.h
sysdeps/mach/hurd/net/if_arp.h
sysdeps/mach/hurd/net/if_ppp.h

index 6ee1d44de9a326f8ec8ba3729fa7e59c0512f703..d3918076270d617901253b3b491f67d72c17dd44 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        * sysdeps/mach/configure (mach_interface_list): Regenerate.
        * sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_VDISABLE): Set to '\0'
        instead of invalid -1.
+       * sysdeps/mach/hurd/net/ethernet.h: Include <stdint.h>.
+       * sysdeps/mach/hurd/net/if_arp.h: Include <stdint.h>.
+       * sysdeps/mach/hurd/net/if_ppp.h: Do not include non-existing
+       <net/ppp_defs.h>.
 
 2008-12-18  Thomas Schwinge  <tschwinge@gnu.org>
 
index fecf68ce845d7d991d3fbdf311083edf73cc95e7..31f15cbe0fe17a127928e24df2f861ee17ca9f40 100644 (file)
@@ -23,6 +23,7 @@
 
 #include <sys/cdefs.h>
 #include <sys/types.h>
+#include <stdint.h>
 #include <net/if_ether.h>     /* IEEE 802.3 Ethernet constants */
 
 __BEGIN_DECLS
index 949ec2aca8675dae36080e50b3f1d45151b5d210..01c8b62a99de64d2c5e43e279c2e98472a7b1e85 100644 (file)
@@ -26,6 +26,7 @@
 
 #include <sys/types.h>
 #include <sys/socket.h>
+#include <stdint.h>
 
 __BEGIN_DECLS
 
index 8ee620bd038db60cda879ab63a44075e5260466c..dbfa152213816416815cd615ab617fc1c26f0c21 100644 (file)
@@ -53,7 +53,6 @@
 
 #include <net/if.h>
 #include <sys/ioctl.h>
-#include <net/ppp_defs.h>
 
 __BEGIN_DECLS