summaryrefslogtreecommitdiff
path: root/libdiskfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-07-22 17:54:42 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-07-22 17:54:42 +0000
commitc4aeb5f1c6faee40c51354e5555b90afa3ac8614 (patch)
tree1e3e2bf703ba75e758090d0221d96bccda0ed3f0 /libdiskfs
parent0823f8f4e23c28c1f435e63621402fb9bd2a2a1d (diff)
(start_execserver): Tyo.
Diffstat (limited to 'libdiskfs')
-rw-r--r--libdiskfs/boot-start.c2
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);