diff options
author | Roland McGrath <roland@gnu.org> | 2002-06-13 19:51:53 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-06-13 19:51:53 +0000 |
commit | e00f10f9871ee9b1f76bbe804ade74031059cd4b (patch) | |
tree | c91a344a29384e51f3a990e336713d9ab7d9c1f8 | |
parent | f7a2e753913e30db80655934af61e3d1a33229b4 (diff) |
2002-06-13 Roland McGrath <roland@frob.com>
* dir-readdir.c (netfs_S_dir_readdir): Revert last change.
-rw-r--r-- | libnetfs/dir-readdir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnetfs/dir-readdir.c b/libnetfs/dir-readdir.c index 45bdcc41..7f896ac1 100644 --- a/libnetfs/dir-readdir.c +++ b/libnetfs/dir-readdir.c @@ -31,7 +31,7 @@ netfs_S_dir_readdir (struct protid *user, int entry, int nentries, vm_size_t bufsiz, - vm_size_t *amt) + int *amt) { error_t err; struct node *np; |