projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a167ba5
)
Fix commit a167ba50851cdac2fa36633587e98c5956cd6b18
author
Aurelien Jarno
<aurelien@aurel32.net>
Mon, 30 Nov 2009 14:42:59 +0000
(15:42 +0100)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Mon, 30 Nov 2009 14:42:59 +0000
(15:42 +0100)
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
qemu-char.c
patch
|
blob
|
history
vl.c
patch
|
blob
|
history
diff --git
a/qemu-char.c
b/qemu-char.c
index ded18e663a1a7bf7564e18b0249ddff7b2c125f8..e202585fdfd95faa4837ca94265ede4e1f8347dd 100644
(file)
--- a/
qemu-char.c
+++ b/
qemu-char.c
@@
-71,6
+71,7
@@
#else
#include <util.h>
#endif
+#else
#ifdef __linux__
#include <pty.h>
diff --git
a/vl.c
b/vl.c
index 59b3df71aa2cb167d47cc9a3a034d66109ad7fb1..44763af714d4aeb0e768742ac9b7f2e2ebe7f25c 100644
(file)
--- a/
vl.c
+++ b/
vl.c
@@
-55,6
+55,7
@@
#else
#include <util.h>
#endif
+#else
#ifdef __linux__
#include <pty.h>
#include <malloc.h>