diff options
Diffstat (limited to 'libtrivfs/io-pathconf.c')
-rw-r--r-- | libtrivfs/io-pathconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtrivfs/io-pathconf.c b/libtrivfs/io-pathconf.c index a363c709..acd552e1 100644 --- a/libtrivfs/io-pathconf.c +++ b/libtrivfs/io-pathconf.c @@ -18,7 +18,7 @@ #include "priv.h" #include "fs_S.h" -error_t +kern_return_t trivfs_S_file_pathconf (struct trivfs_protid *cred, int name, int *val) { if (cred) |