summaryrefslogtreecommitdiff
path: root/libtrivfs/io-pathconf.c
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-09-18 18:38:22 +0000
committerMiles Bader <miles@gnu.org>1995-09-18 18:38:22 +0000
commit74d4591c8508229f746ab3df7a28af04881838c7 (patch)
tree793593c650dfed78f10da18bad383cbb66f84765 /libtrivfs/io-pathconf.c
parent58a5b54768f97a392f298a478fb09b3a5087301f (diff)
(trivfs_S_io_pathconf): Add reply port to args.
Diffstat (limited to 'libtrivfs/io-pathconf.c')
-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)
{