From 74d4591c8508229f746ab3df7a28af04881838c7 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Mon, 18 Sep 1995 18:38:22 +0000 Subject: (trivfs_S_io_pathconf): Add reply port to args. --- libtrivfs/io-pathconf.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libtrivfs/io-pathconf.c') 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) { -- cgit v1.2.3