diff options
Diffstat (limited to 'tmpfs')
-rw-r--r-- | tmpfs/node.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpfs/node.c b/tmpfs/node.c index 8cf25090..76895612 100644 --- a/tmpfs/node.c +++ b/tmpfs/node.c @@ -621,7 +621,7 @@ diskfs_max_user_pager_prot (void) return VM_PROT_READ; /* Probable lie that lets us go read-only. */ } -error_t +kern_return_t diskfs_S_file_get_storage_info (struct protid *cred, mach_port_t **ports, mach_msg_type_name_t *ports_type, |