diff options
-rw-r--r-- | pfinet/ChangeLog | 8 | ||||
-rw-r--r-- | trans/ChangeLog | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/pfinet/ChangeLog b/pfinet/ChangeLog index ef4e1deb..d760d196 100644 --- a/pfinet/ChangeLog +++ b/pfinet/ChangeLog @@ -1,3 +1,11 @@ +2002-05-28 Roland McGrath <roland@frob.com> + + * io-ops.c (S_io_write, S_io_read): u_int -> size_t + (S_io_restrict_auth): Likewise. + (S_io_reauthenticate): Likewise. + * socket-ops.c (S_socket_getopt, S_socket_setopt): Likewise. + (S_socket_send, S_socket_recv): Likewise. + 2002-05-13 Marcus Brinkmann <marcus@gnu.org> * main.c: Include <version.h>. diff --git a/trans/ChangeLog b/trans/ChangeLog index 1637397e..147f5aa5 100644 --- a/trans/ChangeLog +++ b/trans/ChangeLog @@ -1,5 +1,6 @@ 2002-05-28 Roland McGrath <roland@frob.com> + * symlink.c (S_fsys_getroot, S_fsys_getfile): u_int -> size_t * streamio.c (device_open_reply): size_t -> int for dev_status_t * crash.c (S_msg_report_wait): int -> mach_msg_id_t |