diff options
author | Roland McGrath <roland@gnu.org> | 1999-05-16 08:54:24 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-05-16 08:54:24 +0000 |
commit | 94568ffd7dd0b195e428841ed0693d1b5bc544ca (patch) | |
tree | 84843cc66271f029b85c9b58bed370434680e497 /ChangeLog | |
parent | e196b7ddf53040055c49fe3f10b304ceddf42578 (diff) | |
download | glibc-94568ffd7dd0b195e428841ed0693d1b5bc544ca.tar.gz glibc-94568ffd7dd0b195e428841ed0693d1b5bc544ca.tar.xz glibc-94568ffd7dd0b195e428841ed0693d1b5bc544ca.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 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
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. |