diff options
Diffstat (limited to 'pflocal/fs.c')
-rw-r--r-- | pflocal/fs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pflocal/fs.c b/pflocal/fs.c index 10ed9156..17f5ab4d 100644 --- a/pflocal/fs.c +++ b/pflocal/fs.c @@ -25,7 +25,7 @@ #include "fs_S.h" -error_t +kern_return_t S_file_check_access (struct sock_user *cred, int *type) { if (!cred) |