diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-10-11 16:32:14 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-10-11 16:32:14 +0000 |
commit | d0b5557df8fee6b8c75b9d888af6d46bf824f2fe (patch) | |
tree | 6f34729c99940bf297c68d24a96814d20159886f /ChangeLog | |
parent | 3a054d7ab0f7c413d65ec51899d622f8e7008fe9 (diff) | |
download | glibc-d0b5557df8fee6b8c75b9d888af6d46bf824f2fe.tar.gz glibc-d0b5557df8fee6b8c75b9d888af6d46bf824f2fe.tar.xz glibc-d0b5557df8fee6b8c75b9d888af6d46bf824f2fe.zip |
* sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC. cvs/fedora-glibc-20071011T1636
(struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage. * inet/netinet/in.h: Don't include bits/socket.h. * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H macro. * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise. 2007-10-11 Jakub Jelinek <jakub@redhat.com> * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC. (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage. * inet/netinet/in.h: Don't include bits/socket.h. * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H macro. * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7ca024625d..dc3c817b29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2007-10-11 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC. + (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage. + + * inet/netinet/in.h: Don't include bits/socket.h. + * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H + macro. + * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise. + 2007-10-10 Ulrich Drepper <drepper@redhat.com> * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef |