X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/ea3f04195ba4a5034c9c8e9b726d4f7ce96f1832..f427ee49d309d8fc33ebf3042c3a775f2f530ded:/osfmk/kern/ipc_host.c diff --git a/osfmk/kern/ipc_host.c b/osfmk/kern/ipc_host.c index 7cf4b903b..427bcee12 100644 --- a/osfmk/kern/ipc_host.c +++ b/osfmk/kern/ipc_host.c @@ -93,7 +93,6 @@ ref_pset_port_locked( */ extern lck_grp_t host_notify_lock_grp; -extern lck_attr_t host_notify_lock_attr; void ipc_host_init(void) @@ -101,7 +100,7 @@ ipc_host_init(void) ipc_port_t port; int i; - lck_mtx_init(&realhost.lock, &host_notify_lock_grp, &host_notify_lock_attr); + lck_mtx_init(&realhost.lock, &host_notify_lock_grp, LCK_ATTR_NULL); /* * Allocate and set up the two host ports.