Loading...
iokit/Kernel/IOEventSource.cpp xnu-792.6.76 xnu-344.34
--- xnu/xnu-792.6.76/iokit/Kernel/IOEventSource.cpp
+++ xnu/xnu-344.34/iokit/Kernel/IOEventSource.cpp
@@ -54,7 +54,7 @@
         { workLoop->wakeupGate(event, oneThread); }
 
 bool IOEventSource::init(OSObject *inOwner,
-                         Action inAction)
+                         Action inAction = 0)
 {
     if (!inOwner)
         return false;