aboutsummaryrefslogtreecommitdiff
path: root/proc/msg.c
diff options
context:
space:
mode:
Diffstat (limited to 'proc/msg.c')
-rw-r--r--proc/msg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/proc/msg.c b/proc/msg.c
index 25ce0d5b..93ad995b 100644
--- a/proc/msg.c
+++ b/proc/msg.c
@@ -80,7 +80,7 @@ S_proc_setmsgport (struct proc *p,
perror ("pthread_create");
}
}
-
+
return 0;
}
@@ -107,7 +107,7 @@ check_msgport_death (struct proc *p)
{
mach_port_type_t type;
error_t err;
-
+
err = mach_port_type (mach_task_self (), p->p_msgport, &type);
if (err || (type & MACH_PORT_TYPE_DEAD_NAME))
{