From d1d0d8f4d628a2ab8c851d88fc0bc1e05aa5febc Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 3 Oct 2023 21:35:37 +0200 Subject: Fix build --- node.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'node.h') diff --git a/node.h b/node.h index 3d4aac44f..e169ad101 100644 --- a/node.h +++ b/node.h @@ -151,8 +151,8 @@ error_t node_unlink_file (node_t * dir, char *name); of the translator opened as `flags.`*/ error_t node_set_translator - (struct protid *diruser, node_t * np, char * trans, int flags, - char * filename, mach_port_t * port); + (struct protid *diruser, node_t * np, const char * trans, int flags, + const char * filename, mach_port_t * port); /*---------------------------------------------------------------------------*/ /*Gets the port to the supplied node. */ error_t -- cgit v1.2.3