[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH] remove duplicate typedef
From: |
Paolo Bonzini |
Subject: |
[Qemu-devel] [PATCH] remove duplicate typedef |
Date: |
Wed, 21 Sep 2011 11:16:22 +0200 |
Signed-off-by: Paolo Bonzini <address@hidden>
---
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
- [Qemu-devel] [PATCH] remove duplicate typedef,
Paolo Bonzini <=