diff options
author | Roland McGrath <roland@gnu.org> | 2002-06-13 20:52:21 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-06-13 20:52:21 +0000 |
commit | d073f6deb6ee54cc7f3f1ee3fdc9769d99880a02 (patch) | |
tree | 75cfd793929dffcbc837d8e6bb69983c5560f5ed | |
parent | 47488b9e4d2b815e429423a060054308dae0d995 (diff) |
.
-rw-r--r-- | term/ChangeLog | 10 |
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 |