qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] remove duplicate typedef
@ 2011-09-21  9:16 Paolo Bonzini
  2011-09-21 10:07 ` Stefan Hajnoczi
  0 siblings, 1 reply; 4+ messages in thread
From: Paolo Bonzini @ 2011-09-21  9:16 UTC (permalink / raw)
  To: qemu-devel; +Cc: blauwirbel

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
	This is failing with some versions of GCC but not others,
	apparently.

 qemu-common.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/qemu-common.h b/qemu-common.h
index ef9a2bb..404c421 100644
--- a/qemu-common.h
+++ b/qemu-common.h
@@ -18,7 +18,6 @@ typedef struct DeviceState DeviceState;
 
 struct Monitor;
 typedef struct Monitor Monitor;
-typedef struct QEMUSGList QEMUSGList;
 
 /* we put basic includes here to avoid repeating them in device drivers */
 #include <stdlib.h>
-- 
1.7.6

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

end of thread, other threads:[~2011-09-21 10:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-21  9:16 [Qemu-devel] [PATCH] remove duplicate typedef Paolo Bonzini
2011-09-21 10:07 ` Stefan Hajnoczi
2011-09-21 10:14   ` Paolo Bonzini
2011-09-21 10:15   ` Kevin Wolf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).