diff options
author | Miles Bader <miles@gnu.org> | 1995-11-13 18:55:02 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-11-13 18:55:02 +0000 |
commit | cf67baeae848d768373f2ba912b6aa5cce12adca (patch) | |
tree | 4b41db86eb22f38d38d0e668bf0e5aa16abdb62d /libtrivfs/file-getcontrol.c | |
parent | cfbfdb8268c40641bf98b85a7cb3e7f4f65cdafe (diff) | |
download | hurd-cf67baeae848d768373f2ba912b6aa5cce12adca.tar.gz hurd-cf67baeae848d768373f2ba912b6aa5cce12adca.tar.bz2 hurd-cf67baeae848d768373f2ba912b6aa5cce12adca.zip |
Waste some time adding reply port args that no one will use.
Diffstat (limited to 'libtrivfs/file-getcontrol.c')
-rw-r--r-- | libtrivfs/file-getcontrol.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libtrivfs/file-getcontrol.c b/libtrivfs/file-getcontrol.c index 83e35034..c75472ab 100644 --- a/libtrivfs/file-getcontrol.c +++ b/libtrivfs/file-getcontrol.c @@ -20,8 +20,8 @@ kern_return_t trivfs_S_file_getcontrol (struct trivfs_protid *cred, - mach_port_t *cntl, - mach_msg_type_name_t *cntltype) + mach_port_t reply, mach_msg_type_name_t reply_type, + mach_port_t *cntl, mach_msg_type_name_t *cntltype) { if (!cred) return EOPNOTSUPP; |