Loading...
--- xnu/xnu-201.5/iokit/Kernel/IOStartIOKit.cpp
+++ xnu/xnu-344.2/iokit/Kernel/IOStartIOKit.cpp
@@ -103,7 +103,7 @@
calend_sleep_wake_call = thread_call_allocate(
calend_wakeup_resynch, NULL);
- registerSleepWakeInterest(calend_sleep_wake_notif, NULL, NULL);
+ registerSleepWakeInterest((void *)calend_sleep_wake_notif, NULL, NULL);
}
clock_initialize_calendar();