diff options
author | Roland McGrath <roland@gnu.org> | 1999-05-16 08:52:16 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-05-16 08:52:16 +0000 |
commit | e196b7ddf53040055c49fe3f10b304ceddf42578 (patch) | |
tree | 11b4d2e18cdcece90125fffb1a0a4c3e7026aeea /inet | |
parent | 66f6a52b79eac33d158bdeabdc0caa53cfaea3b8 (diff) | |
download | glibc-e196b7ddf53040055c49fe3f10b304ceddf42578.tar glibc-e196b7ddf53040055c49fe3f10b304ceddf42578.tar.gz glibc-e196b7ddf53040055c49fe3f10b304ceddf42578.tar.bz2 glibc-e196b7ddf53040055c49fe3f10b304ceddf42578.zip |
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.
Diffstat (limited to 'inet')
-rw-r--r-- | inet/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/inet/Makefile b/inet/Makefile index d37cfc7e71..12da863f80 100644 --- a/inet/Makefile +++ b/inet/Makefile @@ -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. # The GNU C Library is free software; you can redistribute it and/or @@ -21,7 +21,8 @@ # 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) \ aliases.h netinet/ip6.h netinet/icmp6.h bits/in.h |