mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
1999-05-16 Roland McGrath <roland@baalperazim.frob.com>
* sysdeps/unix/sysv/linux/sys/socketvar.h: Moved to ... * sysdeps/generic/sys/socketvar.h: ... here. * sysdeps/unix/sysv/linux/netinet/in_systm.h: Moved to ... * sysdeps/generic/netinet/in_systm.h: ... here. * sysdeps/unix/sysv/linux/Dist: Remove netinet/in_systm.h, sys/socketvar.h. * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Likewise. * inet/Makefile (headers): Add netinet/in_systm.h here. * socket/Makefile (headers): Add sys/socketvar.h here.
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98 Free Software Foundation, Inc.
|
# Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99 Free Software Foundation, Inc.
|
||||||
# This file is part of the GNU C Library.
|
# This file is part of the GNU C Library.
|
||||||
|
|
||||||
# The GNU C Library is free software; you can redistribute it and/or
|
# The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -21,7 +21,8 @@
|
|||||||
#
|
#
|
||||||
subdir := inet
|
subdir := inet
|
||||||
|
|
||||||
headers := netinet/ether.h netinet/in.h netinet/if_ether.h \
|
headers := netinet/ether.h netinet/in.h netinet/in_systm.h \
|
||||||
|
netinet/if_ether.h \
|
||||||
netinet/tcp.h netinet/ip.h $(wildcard arpa/*.h protocols/*.h) \
|
netinet/tcp.h netinet/ip.h $(wildcard arpa/*.h protocols/*.h) \
|
||||||
aliases.h netinet/ip6.h netinet/icmp6.h bits/in.h
|
aliases.h netinet/ip6.h netinet/icmp6.h bits/in.h
|
||||||
|
|
||||||
|
@ -21,7 +21,8 @@
|
|||||||
#
|
#
|
||||||
subdir := socket
|
subdir := socket
|
||||||
|
|
||||||
headers := sys/socket.h sys/un.h bits/sockaddr.h bits/socket.h
|
headers := sys/socket.h sys/un.h bits/sockaddr.h bits/socket.h \
|
||||||
|
sys/socketvar.h
|
||||||
|
|
||||||
routines := accept bind connect getpeername getsockname getsockopt \
|
routines := accept bind connect getpeername getsockname getsockopt \
|
||||||
listen recv recvfrom recvmsg send sendmsg sendto \
|
listen recv recvfrom recvmsg send sendmsg sendto \
|
||||||
|
3
sysdeps/generic/sys/socketvar.h
Normal file
3
sysdeps/generic/sys/socketvar.h
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
/* This header is used on many systems but for GNU we have everything
|
||||||
|
already defined in the standard header. */
|
||||||
|
#include <sys/socket.h>
|
@ -36,7 +36,6 @@ neteconet/ec.h
|
|||||||
netinet/if_fddi.h
|
netinet/if_fddi.h
|
||||||
netinet/if_tr.h
|
netinet/if_tr.h
|
||||||
netinet/igmp.h
|
netinet/igmp.h
|
||||||
netinet/in_systm.h
|
|
||||||
netpacket/packet.h
|
netpacket/packet.h
|
||||||
netipx/ipx.h
|
netipx/ipx.h
|
||||||
netrom/netrom.h
|
netrom/netrom.h
|
||||||
@ -64,7 +63,6 @@ sys/prctl.h
|
|||||||
sys/procfs.h
|
sys/procfs.h
|
||||||
sys/quota.h
|
sys/quota.h
|
||||||
sys/sendfile.h
|
sys/sendfile.h
|
||||||
sys/socketvar.h
|
|
||||||
sys/soundcard.h
|
sys/soundcard.h
|
||||||
sys/sysctl.h
|
sys/sysctl.h
|
||||||
sys/sysinfo.h
|
sys/sysinfo.h
|
||||||
|
@ -86,8 +86,7 @@ sysdep_headers += bits/pthreadtypes.h
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(subdir),inet)
|
ifeq ($(subdir),inet)
|
||||||
sysdep_headers += sys/socketvar.h netinet/in_systm.h \
|
sysdep_headers += netinet/if_fddi.h netinet/if_tr.h netinet/igmp.h \
|
||||||
netinet/if_fddi.h netinet/if_tr.h netinet/igmp.h \
|
|
||||||
netipx/ipx.h netash/ash.h netax25/ax25.h netatalk/at.h \
|
netipx/ipx.h netash/ash.h netax25/ax25.h netatalk/at.h \
|
||||||
netrom/netrom.h netpacket/packet.h netrose/rose.h \
|
netrom/netrom.h netpacket/packet.h netrose/rose.h \
|
||||||
neteconet/ec.h
|
neteconet/ec.h
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
/* This header is used on many systems but for Linux we have everything
|
|
||||||
already defined in the standard header. */
|
|
||||||
#include <sys/socket.h>
|
|
Reference in New Issue
Block a user