aboutsummaryrefslogtreecommitdiff
path: root/ftpfs/netfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'ftpfs/netfs.c')
-rw-r--r--ftpfs/netfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftpfs/netfs.c b/ftpfs/netfs.c
index fb48cbda..a6481c10 100644
--- a/ftpfs/netfs.c
+++ b/ftpfs/netfs.c
@@ -354,7 +354,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)
{
return EROFS;
}