summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-01-29 01:48:24 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-01-29 01:48:24 +0100
commit1f89ac719018bf7cd372c4f73aa067ced5f7ecd4 (patch)
treeb3f93278d090f35cb52e01f0982721788d7adc42 /ChangeLog
parent80463dc69d0018d03740d440bdcaff2a0d054aee (diff)
hurd: Fix includes
* 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>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ee1d44de9..d391807627 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -101,6 +101,10 @@
* 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>