diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-11-18 23:47:20 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-11-18 23:47:20 +0000 |
commit | e66be025a8e310737dd4aa3c64ca3a96f164f1bb (patch) | |
tree | af26ddfd8ae39e686b8dfe7ff5f91a5cfecf5079 /libfshelp/fetch-root.c | |
parent | c7dedd7240b8444673256b88521fe0acd7c835f6 (diff) | |
download | hurd-e66be025a8e310737dd4aa3c64ca3a96f164f1bb.tar.gz hurd-e66be025a8e310737dd4aa3c64ca3a96f164f1bb.tar.bz2 hurd-e66be025a8e310737dd4aa3c64ca3a96f164f1bb.zip |
Fri Nov 15 14:43:44 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* fshelp.h (fshelp_access): Uh, shift bits the right direction.
Tue Nov 12 22:07:41 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* fetch-root.c (fshelp_fetch_root): Name idvec members correctly.
* fshelp.h: <iohelp.h> -> <hurd/iohelp.h>.
Include <sys/stat.h>.
(fshelp_access): Declare `gotit'.
Diffstat (limited to 'libfshelp/fetch-root.c')
-rw-r--r-- | libfshelp/fetch-root.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libfshelp/fetch-root.c b/libfshelp/fetch-root.c index c0d30489..4e397d10 100644 --- a/libfshelp/fetch-root.c +++ b/libfshelp/fetch-root.c @@ -169,8 +169,8 @@ fshelp_fetch_root (struct transbox *box, void *cookie, /* Cancellation point XXX */ err = fsys_getroot (control, dotdot, MACH_MSG_TYPE_COPY_SEND, - user->uids->ids, user->uids->len, - user->gids->ids, user->gids->len, + user->uids->ids, user->uids->num, + user->gids->ids, user->gids->num, flags, retry, retryname, root); mutex_lock (box->lock); |