summaryrefslogtreecommitdiff
path: root/term
diff options
context:
space:
mode:
Diffstat (limited to 'term')
-rw-r--r--term/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/term/ChangeLog b/term/ChangeLog
index 9e922536..3d8bf18f 100644
--- a/term/ChangeLog
+++ b/term/ChangeLog
@@ -1,3 +1,13 @@
+2002-06-13 Roland McGrath <roland@frob.com>
+
+ * ptyio.c (pty_io_readable): int -> size_t in argument type.
+ * term.h: Update decl.
+ * users.c (trivfs_S_io_write): int -> size_t in AMT argument type.
+ (trivfs_S_io_readable): Likewise.
+ (trivfs_S_io_read): Likewise. Also u_int -> size_t, off_t -> loff_t.
+ (trivfs_S_io_write): Likewise.
+ (trivfs_S_io_map): Add reply port args.
+
2002-05-28 Roland McGrath <roland@frob.com>
* devio.c (device_open_reply): int -> size_t