* [PATCH] minios: fix declaration after code
@ 2008-06-17 13:35 Samuel Thibault
0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2008-06-17 13:35 UTC (permalink / raw)
To: xen-devel
minios: fix declaration after code
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
diff -r ea73dfe0413d extras/mini-os/include/wait.h
--- a/extras/mini-os/include/wait.h Tue Jun 17 14:25:03 2008 +0100
+++ b/extras/mini-os/include/wait.h Tue Jun 17 14:36:42 2008 +0100
@@ -87,9 +87,9 @@
#define wait_event_deadline(wq, condition, deadline) do { \
unsigned long flags; \
+ DEFINE_WAIT(__wait); \
if(condition) \
break; \
- DEFINE_WAIT(__wait); \
for(;;) \
{ \
/* protect the list */ \
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-06-17 13:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-17 13:35 [PATCH] minios: fix declaration after code Samuel Thibault
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.