diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-05 17:37:10 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-05 17:37:10 +0000 |
commit | 42de8f82664d53cdc08cf79de04b2f4ff010a7f2 (patch) | |
tree | 1a7c1ca100a53c3ac97cf82cb5ddfdf3027f0633 /libtrivfs/io-reauthenticate.c | |
parent | 314c72a66e276401b31566d87b3524dc3ec124c7 (diff) |
Formerly io-reauthenticate.c.~8~
Diffstat (limited to 'libtrivfs/io-reauthenticate.c')
-rw-r--r-- | libtrivfs/io-reauthenticate.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libtrivfs/io-reauthenticate.c b/libtrivfs/io-reauthenticate.c index 57e4b769..5fa00ddb 100644 --- a/libtrivfs/io-reauthenticate.c +++ b/libtrivfs/io-reauthenticate.c @@ -26,6 +26,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ kern_return_t trivfs_S_io_reauthenticate (struct trivfs_protid *cred, + mach_port_t reply, + mach_msg_type_name_t replytype, int rendint) { struct trivfs_protid *newcred; |