diff options
Diffstat (limited to 'libdiskfs/file-utimes.c')
-rw-r--r-- | libdiskfs/file-utimes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/file-utimes.c b/libdiskfs/file-utimes.c index 80a56a44..a79d91bd 100644 --- a/libdiskfs/file-utimes.c +++ b/libdiskfs/file-utimes.c @@ -19,7 +19,7 @@ #include "fs_S.h" /* Implement file_utimes as described in <hurd/fs.defs>. */ -error_t +kern_return_t diskfs_S_file_utimes (struct protid *cred, time_value_t atime, time_value_t mtime) |