diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-06-24 19:52:41 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-06-24 19:52:41 +0000 |
commit | 17008799405f94f21fdd87874096141f7f5f8e47 (patch) | |
tree | 07105244aab647eee4cd65ffbce207c68e77b5b7 /libdiskfs | |
parent | c015d32550b66eb52cb914aa9525dee8f471c736 (diff) |
Formerly dir-link.c.~6~
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/dir-link.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/dir-link.c b/libdiskfs/dir-link.c index a43734c8..f2104aa2 100644 --- a/libdiskfs/dir-link.c +++ b/libdiskfs/dir-link.c @@ -85,6 +85,6 @@ diskfs_S_dir_link (struct protid *filecred, mutex_unlock (&np->lock); if (!error) /* MiG won't do this for us, which it ought to. */ - mach_port_deallocate (mach_task_self (), dircred->pi.port); + mach_port_deallocate (mach_task_self (), dircred->pi.port_right); return error; } |