projects
/
users
/
dwmw2
/
qemu.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bf6b55
)
Fix typo WIN32 -> _WIN32
author
Anthony Liguori <aliguori@us.ibm.com>
Mon, 27 Jul 2009 19:55:25 +0000
(14:55 -0500)
committer
Anthony Liguori <aliguori@us.ibm.com>
Mon, 27 Jul 2009 19:55:25 +0000
(14:55 -0500)
This was spotted by Juan Quintela
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
qemu-char.c
patch
|
blob
|
history
diff --git
a/qemu-char.c
b/qemu-char.c
index 6ec90594e368b196b3c939c43555a1b5fe635a39..2144d1a471a99927190ebddf4274955984030a44 100644
(file)
--- a/
qemu-char.c
+++ b/
qemu-char.c
@@
-1920,7
+1920,7
@@
static int tcp_get_msgfd(CharDriverState *chr)
return s->msgfd;
}
-#ifndef WIN32
+#ifndef
_
WIN32
static void unix_process_msgfd(CharDriverState *chr, struct msghdr *msg)
{
TCPCharDriver *s = chr->opaque;