diff options
author | Roland McGrath <roland@gnu.org> | 2002-06-11 21:39:18 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-06-11 21:39:18 +0000 |
commit | c1601ebee6299f08127e3f2e5ef46925adef00bf (patch) | |
tree | 74d63d8f3304e5829840da30faebe8995a1dcb71 | |
parent | c4f1014088eb63078347a0783e5f6360fe606028 (diff) |
2002-06-08 Roland McGrath <roland@frob.com>
* dir-readdir.c (netfs_S_dir_readdir): Use vm_size_t for AMT.
-rw-r--r-- | libnetfs/dir-readdir.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libnetfs/dir-readdir.c b/libnetfs/dir-readdir.c index 36f934e8..45bdcc41 100644 --- a/libnetfs/dir-readdir.c +++ b/libnetfs/dir-readdir.c @@ -1,5 +1,5 @@ /* - Copyright (C) 1996, 1999 Free Software Foundation, Inc. + Copyright (C) 1996,99,2002 Free Software Foundation, Inc. Written by Michael I. Bushnell, p/BSG. This file is part of the GNU Hurd. @@ -31,7 +31,7 @@ netfs_S_dir_readdir (struct protid *user, int entry, int nentries, vm_size_t bufsiz, - int *amt) + vm_size_t *amt) { error_t err; struct node *np; |