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: --- libdiskfs/fsys-get-children.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdiskfs/fsys-get-children.c') diff --git a/libdiskfs/fsys-get-children.c b/libdiskfs/fsys-get-children.c index 81ebf032..27d9d114 100644 --- a/libdiskfs/fsys-get-children.c +++ b/libdiskfs/fsys-get-children.c @@ -29,7 +29,7 @@ or more links in the file system, therefore there is no guarantee that a translators name refers to an existing link in the file system. */ -error_t +kern_return_t diskfs_S_fsys_get_children (struct diskfs_control *fsys, mach_port_t reply, mach_msg_type_name_t replytype, -- cgit v1.2.3