All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ioemu-remote/qemu-char.c: fix incorrect CONFIG_STUBDOM handling
@ 2011-06-21 17:25 Olaf Hering
  2011-06-28 12:51 ` Ian Jackson
  0 siblings, 1 reply; 2+ messages in thread
From: Olaf Hering @ 2011-06-21 17:25 UTC (permalink / raw)
  To: xen-devel


qemu-char.c:1123:7: warning: "CONFIG_STUBDOM" is not defined [-Wundef]

Signed-off-by: Olaf Hering <olaf@aepfle.de>

---
 qemu-char.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: ioemu-remote/qemu-char.c
===================================================================
--- ioemu-remote.orig/qemu-char.c
+++ ioemu-remote/qemu-char.c
@@ -1120,7 +1120,7 @@ static CharDriverState *qemu_chr_open_tt
     qemu_chr_reset(chr);
     return chr;
 }
-#elif CONFIG_STUBDOM
+#elif defined(CONFIG_STUBDOM)
 #include <fcntl.h>
 static CharDriverState *qemu_chr_open_pty(void)
 {

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] ioemu-remote/qemu-char.c: fix incorrect CONFIG_STUBDOM handling
  2011-06-21 17:25 [PATCH] ioemu-remote/qemu-char.c: fix incorrect CONFIG_STUBDOM handling Olaf Hering
@ 2011-06-28 12:51 ` Ian Jackson
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Jackson @ 2011-06-28 12:51 UTC (permalink / raw)
  To: Olaf Hering; +Cc: xen-devel

Olaf Hering writes ("[Xen-devel] [PATCH] ioemu-remote/qemu-char.c: fix incorrect CONFIG_STUBDOM handling"):
> qemu-char.c:1123:7: warning: "CONFIG_STUBDOM" is not defined [-Wundef]

Applied, thanks.

Ian.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-06-28 12:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-21 17:25 [PATCH] ioemu-remote/qemu-char.c: fix incorrect CONFIG_STUBDOM handling Olaf Hering
2011-06-28 12:51 ` Ian Jackson

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.