aboutsummaryrefslogtreecommitdiff
path: root/eth-multiplexer/netfs_impl.c
diff options
context:
space:
mode:
Diffstat (limited to 'eth-multiplexer/netfs_impl.c')
-rw-r--r--eth-multiplexer/netfs_impl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eth-multiplexer/netfs_impl.c b/eth-multiplexer/netfs_impl.c
index 1573d6f3..83a23132 100644
--- a/eth-multiplexer/netfs_impl.c
+++ b/eth-multiplexer/netfs_impl.c
@@ -405,7 +405,7 @@ error_t netfs_attempt_mkdev (struct iouser *cred, struct node *node,
/* Attempt to set the passive translator record for FILE to ARGZ (of length
ARGZLEN) for user CRED. */
error_t netfs_set_translator (struct iouser *cred, struct node *node,
- const char *argz, size_t argzlen)
+ const char *argz, mach_msg_type_number_t argzlen)
{
debug("");
return EOPNOTSUPP;