summaryrefslogtreecommitdiff
path: root/hostmux/stubs.c
diff options
context:
space:
mode:
Diffstat (limited to 'hostmux/stubs.c')
-rw-r--r--hostmux/stubs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hostmux/stubs.c b/hostmux/stubs.c
index e7399976..ae4daeb5 100644
--- a/hostmux/stubs.c
+++ b/hostmux/stubs.c
@@ -40,7 +40,7 @@ netfs_attempt_mkdev (struct iouser *cred, struct node *node,
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)
{
return EOPNOTSUPP;
}