summaryrefslogtreecommitdiff
path: root/libtrivfs/dir-readdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtrivfs/dir-readdir.c')
-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;
}