summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-05-16 08:54:24 +0000
committerRoland McGrath <roland@gnu.org>1999-05-16 08:54:24 +0000
commit94568ffd7dd0b195e428841ed0693d1b5bc544ca (patch)
tree84843cc66271f029b85c9b58bed370434680e497
parente196b7ddf53040055c49fe3f10b304ceddf42578 (diff)
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.
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 82e8051c07..ffba81c694 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+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.
+
1999-05-15 Ulrich Drepper <drepper@cygnus.com>
* stdlib/strtol.c: Optimize inner loop of long long versions.