projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a3c167
)
debug: missing operand
author
Jinhyung Choi
<jinhyung2.choi@samsung.com>
Wed, 25 Jun 2014 10:04:18 +0000
(19:04 +0900)
committer
Jinhyung Choi
<jinhyung2.choi@samsung.com>
Wed, 25 Jun 2014 10:04:18 +0000
(19:04 +0900)
Change-Id: I0d50ae341bec7be5b2f43a4fcc6647dc29d913c0
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
tizen/src/guest_server.c
patch
|
blob
|
history
diff --git
a/tizen/src/guest_server.c
b/tizen/src/guest_server.c
index be9122b95c117072ff46d5ce4bc849094ce0cf17..a4740d14c93afad83728c84f6a9f2581b57955de 100644
(file)
--- a/
tizen/src/guest_server.c
+++ b/
tizen/src/guest_server.c
@@
-528,6
+528,7
@@
static void server_process(void)
Sleep(2);
#else
usleep(2000);
+#endif
continue;
}
INFO("fail to recvfrom in guest_server:%d\n", errno);