diff options
author | Roland McGrath <roland@gnu.org> | 1995-12-20 19:49:23 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-12-20 19:49:23 +0000 |
commit | a436b612646b9b1a2f708df9349710999f89154a (patch) | |
tree | fd7927f6c086dc5ec8dd47df4a2f1f2ef662be62 | |
parent | e9a7c303fcaf5ac2b882e76c5f3e98a1115a7836 (diff) |
(diskfs_S_fsys_init): Call proc_mark_exec on EXECPROCESS.
-rw-r--r-- | libdiskfs/boot-start.c | 1 |
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. */ |