diff options
Diffstat (limited to 'mach-defpager/wiring.c')
-rw-r--r-- | mach-defpager/wiring.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mach-defpager/wiring.c b/mach-defpager/wiring.c index 43ed91de..cb53de4c 100644 --- a/mach-defpager/wiring.c +++ b/mach-defpager/wiring.c @@ -37,15 +37,14 @@ mach_port_t priv_host_port = MACH_PORT_NULL; /* the privileged host port */ void -wire_setup(host_priv) - mach_port_t host_priv; +wire_setup(mach_port_t host_priv) { priv_host_port = host_priv; this_task = mach_task_self(); } void -wire_thread() +wire_thread(void) { kern_return_t kr; |