summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e81065ae1..b9a90cd04d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+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
+ and tok_elifndef.
+ * locale/programs/locfile-kw.gperf: Likewise.
+ * locale/programs/ld-collate.c: Implement primitive preprocessor.
+
2007-10-10 Jakub Jelinek <jakub@redhat.com>
* stdio-common/printf-parse.h: Include string.h and wchar.h.