summaryrefslogtreecommitdiff
path: root/libtrivfs/file-utimes.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-05-24 21:24:04 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-05-24 21:24:04 +0000
commit49cb7b3cd749ff3c691625fe63943ec995a30a20 (patch)
tree7f0c296aae7c6faff66bbae5288e823264015194 /libtrivfs/file-utimes.c
parentadfc6e6995a4e009114bb70ee0bcddaa28135776 (diff)
entered into RCS
Diffstat (limited to 'libtrivfs/file-utimes.c')
-rw-r--r--libtrivfs/file-utimes.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libtrivfs/file-utimes.c b/libtrivfs/file-utimes.c
index 75e7e1d4..a1f5d17e 100644
--- a/libtrivfs/file-utimes.c
+++ b/libtrivfs/file-utimes.c
@@ -16,9 +16,10 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "priv.h"
+#include "fs_S.h"
-error_t
-trivfs_S_file_utimes (struct protid *cred, time_value_t atime,
+kern_return_t
+trivfs_S_file_utimes (struct trivfs_protid *cred, time_value_t atime,
time_value_t mtime)
{
return cred ? file_utimes (cred->realnode, atime, mtime) : EOPNOTSUPP;