From 6b494f5e7599ece2ca981472d690db3df3133bde Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Thu, 14 Dec 2023 01:06:37 -0500 Subject: Update server handlers to return kern_return_error to fix -Werror=enum-int-mismatch warnings MiG expects those to return kern_return_t. Message-ID: --- tmpfs/node.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmpfs/node.c') 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, -- cgit v1.2.3