diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-11-16 23:18:26 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-11-16 23:18:26 +0100 |
commit | 3ead85e09663b7a1232bdeee385d6bfaf0c79a9e (patch) | |
tree | c1f7644922b3957a2f5570415d4de808a3185ac2 /nsmux.h | |
parent | d1d0d8f4d628a2ab8c851d88fc0bc1e05aa5febc (diff) |
Fix 64b buildsnsmux
Diffstat (limited to 'nsmux.h')
-rw-r--r-- | nsmux.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |