summaryrefslogtreecommitdiff
path: root/trans
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-06-13 21:27:24 +0000
committerRoland McGrath <roland@gnu.org>2002-06-13 21:27:24 +0000
commit4e71681f97b368a532f9bf287786dc83bf1aae2c (patch)
tree2621f9a9e6b9a2d721ca6c8ccfd9de576c075b00 /trans
parent1815974f2cbeff75e7d2256cd3e7e641f8f15453 (diff)
.
Diffstat (limited to 'trans')
-rw-r--r--trans/ChangeLog30
1 files changed, 30 insertions, 0 deletions
diff --git a/trans/ChangeLog b/trans/ChangeLog
index 72e24748..8bb785cc 100644
--- a/trans/ChangeLog
+++ b/trans/ChangeLog
@@ -1,3 +1,33 @@
+2002-06-13 Roland McGrath <roland@frob.com>
+
+ * firmlink.c (trivfs_S_io_read): Fix type of DATA argument.
+ * streamio.c (trivfs_S_io_read): Likewise.
+ (trivfs_S_io_write): Likewise.
+ * hello.c (trivfs_S_io_read): Likewise.
+ * hello-mt.c (trivfs_S_io_read): Likewise.
+ * null.c (trivfs_S_io_read): Likewise.
+ (trivfs_S_io_write): Likewise.
+ (trivfs_S_file_set_size): Add reply port args.
+
+ * hello.c (trivfs_S_io_read): off_t -> loff_t
+ * hello-mt.c (trivfs_S_io_read): Likewise.
+ * streamio.c (trivfs_S_io_read, trivfs_S_io_write): Likewise.
+ (trivfs_S_file_sync): Add missing arg.
+
+ * new-fifo.c (trivfs_S_io_map): Add reply port args.
+ (trivfs_S_io_select): Remove bogus last arg.
+
+ * fifo.c (trivfs_S_io_map): Add reply port args.
+ (trivfs_S_io_select): Remove bogus last arg.
+
+ * null.c (trivfs_S_io_map): Add reply port args.
+ (trivfs_S_io_read, trivfs_S_io_write): off_t -> loff_t
+ (trivfs_S_file_set_size): Likewise.
+ (trivfs_S_io_select): Remove bogus last arg.
+
+ * firmlink.c (trivfs_S_io_read): off_t -> loff_t
+ (trivfs_S_io_select): Remove bogus last arg.
+
2002-06-09 Roland McGrath <roland@frob.com>
* fakeroot.c (new_node): Use ino_t for io_identity argument.