[ros-diffs] [jimtabor] 15444: Added PKEVENT to wake_up.
jimtabor at svn.reactos.com
jimtabor at svn.reactos.com
Sat May 21 03:39:34 CEST 2005
Added PKEVENT to wake_up.
Modified: trunk/reactos/drivers/usb/cromwell/linux/linux_wrapper.h
_____
Modified: trunk/reactos/drivers/usb/cromwell/linux/linux_wrapper.h
--- trunk/reactos/drivers/usb/cromwell/linux/linux_wrapper.h
2005-05-21 01:34:50 UTC (rev 15443)
+++ trunk/reactos/drivers/usb/cromwell/linux/linux_wrapper.h
2005-05-21 01:39:32 UTC (rev 15444)
@@ -757,7 +757,7 @@
{
/* Wake up x->wait */
p->done++;
- wake_up(&p->wait);
+ wake_up((PKEVENT)&p->wait);
}
#define kernel_thread(a,b,c) my_kernel_thread(a,b,c)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050521/5f2e19a3/attachment.html
More information about the Ros-diffs
mailing list