diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-14 17:22:47 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-14 17:22:47 +0000 |
commit | 52b39ea6af3ee92729ced553571f1e3175b3228c (patch) | |
tree | 90620e88ca14a3ba6de5149d02bb2e14c1e1a0fc /libfshelp | |
parent | bf533bd704c6fa04cbba550d397cd83ae1922559 (diff) |
(fshelp_fetch_root): Don't actually need ROOT_TYPE.
Diffstat (limited to 'libfshelp')
-rw-r--r-- | libfshelp/fshelp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libfshelp/fshelp.h b/libfshelp/fshelp.h index 2190506b..7a1090f2 100644 --- a/libfshelp/fshelp.h +++ b/libfshelp/fshelp.h @@ -109,8 +109,7 @@ fshelp_fetch_root (struct transbox *transbox, file_t dotdot, uid_t *uids, int uids_len, uid_t *gids, int gids_len, int flags, fshelp_callback_t callback, - retry_type *retry, char *retryname, - mach_port_t *root, mach_msg_type_name_t *root_type); + retry_type *retry, char *retryname, mach_port_t *root); void fshelp_transbox_init (struct transbox *transbox, |