diff options
Diffstat (limited to 'libdiskfs/io-pathconf.c')
-rw-r--r-- | libdiskfs/io-pathconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/io-pathconf.c b/libdiskfs/io-pathconf.c index 9a5c9565..d26d92b7 100644 --- a/libdiskfs/io-pathconf.c +++ b/libdiskfs/io-pathconf.c @@ -19,7 +19,7 @@ #include "fs_S.h" /* Implement file_pathconf as described in <hurd/fs.defs>. */ -error_t +kern_return_t diskfs_S_file_pathconf (struct protid *cred, int name, int *value) |