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 /socket/Makefile | |
parent | 66f6a52b79eac33d158bdeabdc0caa53cfaea3b8 (diff) | |
download | glibc-e196b7ddf53040055c49fe3f10b304ceddf42578.tar.gz |
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 'socket/Makefile')
-rw-r--r-- | socket/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/socket/Makefile b/socket/Makefile index 4f8f85fff2..430b7585af 100644 --- a/socket/Makefile +++ b/socket/Makefile @@ -21,7 +21,8 @@ # 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 \ listen recv recvfrom recvmsg send sendmsg sendto \ |