summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libtrivfs/io-pathconf.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libtrivfs/io-pathconf.c b/libtrivfs/io-pathconf.c
index 5c62c61f..658e249c 100644
--- a/libtrivfs/io-pathconf.c
+++ b/libtrivfs/io-pathconf.c
@@ -19,7 +19,9 @@
#include "io_S.h"
kern_return_t
-trivfs_S_io_pathconf (struct trivfs_protid *cred, int name, int *val)
+trivfs_S_io_pathconf (struct trivfs_protid *cred,
+ mach_port_t reply, mach_msg_type_name_t reply_type,
+ int name, int *val)
{
if (cred)
{