diff options
-rw-r--r-- | proc/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proc/main.c b/proc/main.c index c19c1e61..634171b3 100644 --- a/proc/main.c +++ b/proc/main.c @@ -53,6 +53,8 @@ main () mach_port_t authhandle; error_t err; + initialize_version_info (); + task_get_bootstrap_port (mach_task_self (), &boot); mach_port_allocate (mach_task_self (), MACH_PORT_RIGHT_PORT_SET, |