diff options
Diffstat (limited to 'proc/stubs.c')
-rw-r--r-- | proc/stubs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proc/stubs.c b/proc/stubs.c index e0ab96eb..b5f9d09b 100644 --- a/proc/stubs.c +++ b/proc/stubs.c @@ -91,7 +91,7 @@ send_signal (mach_port_t msgport, MACH_MSG_TYPE_MAKE_SEND_ONCE)), /* msgh_bits */ sizeof message, /* msgh_size */ msgport, /* msgh_remote_port */ - MACH_PORT_NULL, /* msgh_local_port */ + { MACH_PORT_NULL }, /* msgh_local_port */ 0, /* msgh_seqno */ RPCID_SIG_POST, /* msgh_id */ }, |