mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 10:50:07 +00:00
* sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet] (sysdep_headers):
Don't add netinet/udp.h, netinet/ip_icmp.h here. * sysdeps/gnu/Makefile: Do it here instead. * sysdeps/unix/sysv/linux/Dist: Move those files from here ... * sysdeps/gnu/Dist: ... to here.
This commit is contained in:
parent
a361203e5c
commit
59cacc8162
@ -1,5 +1,11 @@
|
||||
1998-09-05 Roland McGrath <roland@baalperazim.frob.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet] (sysdep_headers):
|
||||
Don't add netinet/udp.h, netinet/ip_icmp.h here.
|
||||
* sysdeps/gnu/Makefile: Do it here instead.
|
||||
* sysdeps/unix/sysv/linux/Dist: Move those files from here ...
|
||||
* sysdeps/gnu/Dist: ... to here.
|
||||
|
||||
* sysdeps/unix/sysv/linux/netinet/ip_icmp.h,
|
||||
sysdeps/unix/sysv/linux/netinet/tcp.h,
|
||||
sysdeps/unix/sysv/linux/netinet/udp.h: Moved to sysdeps/gnu/netinet.
|
||||
|
@ -1,3 +1,6 @@
|
||||
errlist.awk
|
||||
utmpx.h
|
||||
bits/utmpx.h
|
||||
netinet/tcp.h
|
||||
netinet/udp.h
|
||||
netinet/ip_icmp.h
|
||||
|
@ -35,3 +35,8 @@ sysdep_routines += setutxent getutxent endutxent getutxid getutxline \
|
||||
|
||||
sysdep_headers += utmpx.h bits/utmpx.h
|
||||
endif
|
||||
|
||||
|
||||
ifeq ($(subdir),inet)
|
||||
sysdep_headers += netinet/udp.h netinet/ip_icmp.h
|
||||
endif
|
||||
|
@ -33,10 +33,7 @@ netinet/if_tr.h
|
||||
netinet/igmp.h
|
||||
netinet/in_systm.h
|
||||
netinet/ip_fw.h
|
||||
netinet/ip_icmp.h
|
||||
netpacket/packet.h
|
||||
netinet/tcp.h
|
||||
netinet/udp.h
|
||||
netipx/ipx.h
|
||||
netrom/netrom.h
|
||||
netrose/rose.h
|
||||
|
@ -80,10 +80,9 @@ sysdep_headers += bits/pthreadtypes.h
|
||||
endif
|
||||
|
||||
ifeq ($(subdir),inet)
|
||||
sysdep_headers += netinet/in_systm.h netinet/udp.h \
|
||||
sysdep_headers += sys/socketvar.h netinet/in_systm.h netinet/ip_fw.h \
|
||||
netinet/if_fddi.h netinet/if_tr.h netinet/igmp.h \
|
||||
netinet/ip_fw.h netinet/ip_icmp.h netipx/ipx.h \
|
||||
sys/socketvar.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
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user