diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-04 20:24:37 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-04 20:24:37 +0000 |
commit | 15b0c3577bc032ee7f9642b342ba5303232916e9 (patch) | |
tree | 70ea645f37cf54e829eed864e6ffa317d63cfee5 | |
parent | ff80d2891b3154370710a18c7cb890309114c1fb (diff) |
Formerly io-duplicate.c.~3~
-rw-r--r-- | libdiskfs/io-duplicate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/io-duplicate.c b/libdiskfs/io-duplicate.c index da374189..01269584 100644 --- a/libdiskfs/io-duplicate.c +++ b/libdiskfs/io-duplicate.c @@ -29,7 +29,7 @@ diskfs_S_io_duplicate (struct protid *cred, mutex_lock (&cred->po->np->lock); *port = (diskfs_make_protid (cred->po, cred->uids, cred->nuids, cred->gids, - cred->ngids))->fspt.pi.port; + cred->ngids))->pi.port; *portpoly = MACH_MSG_TYPE_MAKE_SEND; mutex_unlock (&cred->po->np->lock); return 0; |