]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/Kernel/IOEventSource.cpp
xnu-3247.1.106.tar.gz
[apple/xnu.git] / iokit / Kernel / IOEventSource.cpp
index 95046dacd2d7eed49047077ac535a105e7955fd8..3393993e0a286123748daf7a2e514cafb39f13d9 100644 (file)
@@ -114,7 +114,7 @@ bool IOEventSource::tryCloseGate()
 
 int IOEventSource::sleepGate(void *event, UInt32 type)
 { 
-       bool res; 
+       int res; 
        IOStatisticsOpenGate(); 
        res = workLoop->sleepGate(event, type); 
        IOStatisticsCloseGate(); 
@@ -123,7 +123,7 @@ int IOEventSource::sleepGate(void *event, UInt32 type)
 
 int IOEventSource::sleepGate(void *event, AbsoluteTime deadline, UInt32 type)
 { 
-       bool res; 
+       int res; 
        IOStatisticsOpenGate(); 
        res = workLoop->sleepGate(event, deadline, type);
        IOStatisticsCloseGate();