summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-10-27 09:00:21 +0000
committerRoland McGrath <roland@gnu.org>1995-10-27 09:00:21 +0000
commitf094496c12e93dca23d32031814f3b28e8b9546c (patch)
tree0cf7d1aecdabc3ea8d3472fff6c10579c822255a
parentbf899faa490678bed866a7f19218ea7f428b5b9d (diff)
Thu Oct 26 18:13:33 1995 Miles Bader <miles@gnu.ai.mit.edu>cvs/libc-951029
* sysdeps/mach/hurd/bind.c (bind): Swap args to dir_link. * sysdeps/mach/hurd/link.c (__link): Ditto. * sysdeps/mach/hurd/mknod.c (__mknod): Ditto. Include "stdio-common/_itoa.h" instead of "stdio/_itoa.h". * sysdeps/mach/hurd/symlink.c (__symlink): Ditto.
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 21e942d556..90a5f0e41a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Thu Oct 26 18:13:33 1995 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * sysdeps/mach/hurd/bind.c (bind): Swap args to dir_link.
+ * sysdeps/mach/hurd/link.c (__link): Ditto.
+ * sysdeps/mach/hurd/mknod.c (__mknod): Ditto.
+ Include "stdio-common/_itoa.h" instead of "stdio/_itoa.h".
+
+ * sysdeps/mach/hurd/symlink.c (__symlink): Ditto.
+
Thu Oct 26 00:11:13 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* sysdeps/unix/sysv/linux/i386/sigaction.c: New file.