mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-19 13:40:59 +08:00
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>.
This commit is contained in:
parent
80463dc69d
commit
1f89ac7190
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -26,6 +26,7 @@
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <stdint.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
|
@ -53,7 +53,6 @@
|
||||
|
||||
#include <net/if.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <net/ppp_defs.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user