From 7148058e002b508153970bcb9d4209c106e219f6 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 13 Jun 2002 19:52:04 +0000 Subject: 2002-06-13 Roland McGrath * dir-readdir.c (trivfs_S_dir_readdir): Revert last change. --- libtrivfs/dir-readdir.c | 4 ++-- 1 file 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; } -- cgit v1.2.3