diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-04 20:50:42 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-04 20:50:42 +0000 |
commit | ace46058c86e1c1a0e5cf87ade9dea6c0a8b9c84 (patch) | |
tree | 03af645a85398c31494d55bdbd34b575d8d5815d /libdiskfs/io-restrict-auth.c | |
parent | bc2a84cde933e487656eee55a87644107058f144 (diff) |
Formerly io-restrict-auth.c.~3~
Diffstat (limited to 'libdiskfs/io-restrict-auth.c')
-rw-r--r-- | libdiskfs/io-restrict-auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/io-restrict-auth.c b/libdiskfs/io-restrict-auth.c index 0adc23a4..c400b5e7 100644 --- a/libdiskfs/io-restrict-auth.c +++ b/libdiskfs/io-restrict-auth.c @@ -57,7 +57,7 @@ diskfs_S_io_restrict_auth (struct protid *cred, mutex_lock (&cred->po->np->lock); *newport = (diskfs_make_protid (cred->po, newuids, newnuids, newgids, - newngids))->fspt.pi.port; + newngids))->pi.port; mutex_unlock (&cred->po->np->lock); *newportpoly = MACH_MSG_TYPE_MAKE_SEND; return 0; |