summaryrefslogtreecommitdiff
path: root/libtrivfs
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-06-13 19:52:04 +0000
committerRoland McGrath <roland@gnu.org>2002-06-13 19:52:04 +0000
commit7148058e002b508153970bcb9d4209c106e219f6 (patch)
tree7ae9d190851699fe3c51d37924de7d0e1c7d3de3 /libtrivfs
parente00f10f9871ee9b1f76bbe804ade74031059cd4b (diff)
2002-06-13 Roland McGrath <roland@frob.com>
* dir-readdir.c (trivfs_S_dir_readdir): Revert last change.
Diffstat (limited to 'libtrivfs')
-rw-r--r--libtrivfs/dir-readdir.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libtrivfs/dir-readdir.c b/libtrivfs/dir-readdir.c
index 0baba685..361ca87b 100644
--- a/libtrivfs/dir-readdir.c
+++ b/libtrivfs/dir-readdir.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 1994,99, 2002 Free Software Foundation, Inc.
+ Copyright (C) 1994,99,2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
@@ -27,7 +27,7 @@ trivfs_S_dir_readdir (struct trivfs_protid *cred,
int entry,
int nentries,
vm_size_t bufsiz,
- vm_size_t *amount)
+ int *amount)
{
return cred ? ENOTDIR : EOPNOTSUPP;
}