diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-07-22 17:54:42 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-07-22 17:54:42 +0000 |
commit | c4aeb5f1c6faee40c51354e5555b90afa3ac8614 (patch) | |
tree | 1e3e2bf703ba75e758090d0221d96bccda0ed3f0 | |
parent | 0823f8f4e23c28c1f435e63621402fb9bd2a2a1d (diff) |
(start_execserver): Tyo.
-rw-r--r-- | libdiskfs/boot-start.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/boot-start.c b/libdiskfs/boot-start.c index 683d9409..dff12ee0 100644 --- a/libdiskfs/boot-start.c +++ b/libdiskfs/boot-start.c @@ -503,7 +503,7 @@ start_execserver (void) execboot_info = ports_allocate_port (diskfs_port_bucket, sizeof (struct port_info), diskfs_execboot_class); - right = ports_get_right (execboot_info) + right = ports_get_right (execboot_info); mach_port_insert_right (mach_task_self (), right, right, MACH_MSG_TYPE_MAKE_SEND); ports_port_deref (execboot_info); |