diff options
author | Roland McGrath <roland@gnu.org> | 2002-05-08 10:17:46 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-05-08 10:17:46 +0000 |
commit | 9f78f6fbce0ad222d472f39f5e15360e8ede4e6e (patch) | |
tree | ded1fb59b8ea7949190a1569440061ff1dd03d2b | |
parent | a52d75d8a0a8faf29aaf56fba3e1a6890d98e8f3 (diff) |
.
-rw-r--r-- | nfs/ChangeLog | 6 | ||||
-rw-r--r-- | nfsd/ChangeLog | 4 | ||||
-rw-r--r-- | pflocal/ChangeLog | 5 | ||||
-rw-r--r-- | storeio/ChangeLog | 4 |
4 files changed, 19 insertions, 0 deletions
diff --git a/nfs/ChangeLog b/nfs/ChangeLog index 7a60ba12..07ab1cd0 100644 --- a/nfs/ChangeLog +++ b/nfs/ChangeLog @@ -1,3 +1,9 @@ +2002-05-08 Roland McGrath <roland@frob.com> + + * storage-info.c (netfs_file_get_storage_info): Cast %* arg to int. + + * ops.c (netfs_attempt_unlink): Use %tx and ptrdiff_t. + 2002-05-03 Roland McGrath <roland@frob.com> * mount.c: Include <error.h>. diff --git a/nfsd/ChangeLog b/nfsd/ChangeLog index 94538931..b32ef5d7 100644 --- a/nfsd/ChangeLog +++ b/nfsd/ChangeLog @@ -1,3 +1,7 @@ +2002-05-08 Roland McGrath <roland@frob.com> + + * main.c (main): Cast int to intptr_t before any_t. + 2002-05-07 Roland McGrath <roland@frob.com> * loop.c (server_loop): size_t -> socklen_t diff --git a/pflocal/ChangeLog b/pflocal/ChangeLog index cb5a8f72..49a63750 100644 --- a/pflocal/ChangeLog +++ b/pflocal/ChangeLog @@ -1,3 +1,8 @@ +2002-05-08 Roland McGrath <roland@frob.com> + + * io.c (S_io_reauthenticate): unsigned -> size_t + (S_io_restrict_auth): Likewise. + 2002-04-24 Ognyan Kulev <ogi@fmi.uni-sofia.bg> * sock.c (sock_shutdown): When both SHUTDOWN_READ and diff --git a/storeio/ChangeLog b/storeio/ChangeLog index 427cf969..566b9169 100644 --- a/storeio/ChangeLog +++ b/storeio/ChangeLog @@ -1,3 +1,7 @@ +2002-05-08 Roland McGrath <roland@frob.com> + + * pager.c (pager_read_page, pager_write_page): int -> size_t + 2002-03-10 Roland McGrath <roland@frob.com> * dev.c (dev_read): Return success with *LEN = 0 when reading |