summaryrefslogtreecommitdiff
path: root/libdiskfs/boot-start.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-12-20 19:49:23 +0000
committerRoland McGrath <roland@gnu.org>1995-12-20 19:49:23 +0000
commita436b612646b9b1a2f708df9349710999f89154a (patch)
treefd7927f6c086dc5ec8dd47df4a2f1f2ef662be62 /libdiskfs/boot-start.c
parente9a7c303fcaf5ac2b882e76c5f3e98a1115a7836 (diff)
(diskfs_S_fsys_init): Call proc_mark_exec on EXECPROCESS.
Diffstat (limited to 'libdiskfs/boot-start.c')
-rw-r--r--libdiskfs/boot-start.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libdiskfs/boot-start.c b/libdiskfs/boot-start.c
index 63454e9f..b40869c4 100644
--- a/libdiskfs/boot-start.c
+++ b/libdiskfs/boot-start.c
@@ -393,6 +393,7 @@ diskfs_S_fsys_init (mach_port_t port,
/* Declare that the exec server is our child. */
proc_child (procserver, diskfs_exec_server_task);
+ proc_mark_exec (execprocess);
/* Don't start this until now so that exec is fully authenticated
with proc. */