summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-12-29 10:38:16 +0000
committerRoland McGrath <roland@gnu.org>2005-12-29 10:38:16 +0000
commit8ad684db49bf9dc109c409cac38f744e3fa260c7 (patch)
tree85546bf32fa60dcf4fbb2b8b6bce9c3c313c3cb1 /ChangeLog
parentfc0c638f9d70a8436e060922159f94049884ecf9 (diff)
* sysdeps/posix/libc_fatal.c (__libc_message): Add a const, a cast.
* hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Fix cast. * hurd/report-wait.c (_S_msg_report_wait): Likewise. * include/sys/xattr.h: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d8c575ea5e..afe77cc648 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-12-29 Roland McGrath <roland@frob.com>
+
+ * sysdeps/posix/libc_fatal.c (__libc_message): Add a const, a cast.
+
+ * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Fix cast.
+ * hurd/report-wait.c (_S_msg_report_wait): Likewise.
+
+ * include/sys/xattr.h: New file.
+
2005-12-28 Roland McGrath <roland@redhat.com>
* hurd/sigunwind.c: Include <stdint.h>.