From c75527a0560bcd337effd173e32a30bf2aec511d Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 17 Mar 2000 19:40:25 +0000 Subject: 2000-03-17 Roland McGrath * file-exec.c (diskfs_S_file_exec): Fix typo and braino in last change. * init-startup.c (diskfs_startup_diskfs): Fix braino in last change. --- libdiskfs/file-exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdiskfs/file-exec.c') diff --git a/libdiskfs/file-exec.c b/libdiskfs/file-exec.c index 13afb7a9..45800506 100644 --- a/libdiskfs/file-exec.c +++ b/libdiskfs/file-exec.c @@ -161,7 +161,7 @@ diskfs_S_file_exec (struct protid *cred, intarray, intarraylen, deallocnames, deallocnameslen, destroynames, destroynameslen); - mach_port_deallocate (mach_task_self (), newpi) + mach_port_deallocate (mach_task_self (), right); if (err == MACH_SEND_INVALID_DEST) { if (cached_exec) -- cgit v1.2.3