about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/sys
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-05-16 08:52:16 +0000
committerRoland McGrath <roland@gnu.org>1999-05-16 08:52:16 +0000
commite196b7ddf53040055c49fe3f10b304ceddf42578 (patch)
tree11b4d2e18cdcece90125fffb1a0a4c3e7026aeea /sysdeps/unix/sysv/linux/sys
parent66f6a52b79eac33d158bdeabdc0caa53cfaea3b8 (diff)
downloadglibc-e196b7ddf53040055c49fe3f10b304ceddf42578.tar.gz
glibc-e196b7ddf53040055c49fe3f10b304ceddf42578.tar.xz
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 'sysdeps/unix/sysv/linux/sys')
-rw-r--r--sysdeps/unix/sysv/linux/sys/socketvar.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/sys/socketvar.h b/sysdeps/unix/sysv/linux/sys/socketvar.h
deleted file mode 100644
index 3945db124a..0000000000
--- a/sysdeps/unix/sysv/linux/sys/socketvar.h
+++ /dev/null
@@ -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>