diff options
author | Roland McGrath <roland@gnu.org> | 2000-03-17 19:40:25 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-03-17 19:40:25 +0000 |
commit | c75527a0560bcd337effd173e32a30bf2aec511d (patch) | |
tree | 0f766a4751f41c36eb3516fef22713f665257716 /libdiskfs/file-exec.c | |
parent | 30343186d7d4edbfe6efe8d726cccbc51687a4ba (diff) | |
download | hurd-c75527a0560bcd337effd173e32a30bf2aec511d.tar.gz hurd-c75527a0560bcd337effd173e32a30bf2aec511d.tar.bz2 hurd-c75527a0560bcd337effd173e32a30bf2aec511d.zip |
2000-03-17 Roland McGrath <roland@baalperazim.frob.com>
* 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.
Diffstat (limited to 'libdiskfs/file-exec.c')
-rw-r--r-- | libdiskfs/file-exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |