summaryrefslogtreecommitdiff
path: root/exec/priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'exec/priv.h')
-rw-r--r--exec/priv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/exec/priv.h b/exec/priv.h
index e84d8150..07df6e8c 100644
--- a/exec/priv.h
+++ b/exec/priv.h
@@ -57,8 +57,8 @@ typedef struct bootinfo *bootinfo_t;
/* Where to put the service ports. */
-struct port_bucket *port_bucket;
-struct port_class *execboot_portclass;
+extern struct port_bucket *port_bucket;
+extern struct port_class *execboot_portclass;
extern mach_port_t procserver; /* Our proc port. */