diff options
author | Miles Bader <miles@gnu.org> | 1995-09-18 18:38:22 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-09-18 18:38:22 +0000 |
commit | 74d4591c8508229f746ab3df7a28af04881838c7 (patch) | |
tree | 793593c650dfed78f10da18bad383cbb66f84765 | |
parent | 58a5b54768f97a392f298a478fb09b3a5087301f (diff) |
(trivfs_S_io_pathconf): Add reply port to args.
-rw-r--r-- | libtrivfs/io-pathconf.c | 4 |
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) { |