summaryrefslogtreecommitdiff
path: root/nsmux.h
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2024-11-16 23:18:26 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-11-16 23:18:26 +0100
commit3ead85e09663b7a1232bdeee385d6bfaf0c79a9e (patch)
treec1f7644922b3957a2f5570415d4de808a3185ac2 /nsmux.h
parentd1d0d8f4d628a2ab8c851d88fc0bc1e05aa5febc (diff)
Fix 64b buildsnsmux
Diffstat (limited to 'nsmux.h')
-rw-r--r--nsmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nsmux.h b/nsmux.h
index 11662e317..0dbb5ea5e 100644
--- a/nsmux.h
+++ b/nsmux.h
@@ -183,7 +183,7 @@ error_t
/*Attempts to set the passive translator record for `file` passing `argz`*/
error_t
netfs_set_translator
- (struct iouser *cred, struct node *node, const char *argz, size_t arglen);
+ (struct iouser *cred, struct node *node, const char *argz, mach_msg_type_number_t arglen);
/*---------------------------------------------------------------------------*/
/*Attempts to call chflags for `node`*/
error_t