summaryrefslogtreecommitdiff
path: root/exec/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'exec/main.c')
-rw-r--r--exec/main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/exec/main.c b/exec/main.c
index 30b20da3..84745991 100644
--- a/exec/main.c
+++ b/exec/main.c
@@ -42,10 +42,15 @@ int trivfs_allow_open = 0;
struct port_class *trivfs_protid_class;
struct port_class *trivfs_control_class;
+/* Where to put the service ports. */
+struct port_bucket *port_bucket;
+struct port_class *execboot_portclass;
+
struct trivfs_control *fsys;
char **save_argv;
mach_port_t opt_device_master;
+
#include "exec_S.h"