qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 1/2] slirp: remove duplicate definition
@ 2012-02-15  8:12 zwu.kernel
  2012-02-15  8:30 ` Jan Kiszka
  0 siblings, 1 reply; 7+ messages in thread
From: zwu.kernel @ 2012-02-15  8:12 UTC (permalink / raw)
  To: qemu-devel; +Cc: Zhi Yong Wu, jan.kiszka, stefanha, mst

From: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>

Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
---
 slirp/if.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/slirp/if.c b/slirp/if.c
index 2852396..8e0cac2 100644
--- a/slirp/if.c
+++ b/slirp/if.c
@@ -8,8 +8,6 @@
 #include <slirp.h>
 #include "qemu-timer.h"
 
-#define ifs_init(ifm) ((ifm)->ifs_next = (ifm)->ifs_prev = (ifm))
-
 static void
 ifs_insque(struct mbuf *ifm, struct mbuf *ifmhead)
 {
-- 
1.7.6

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

end of thread, other threads:[~2012-02-17 13:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-15  8:12 [Qemu-devel] [PATCH 1/2] slirp: remove duplicate definition zwu.kernel
2012-02-15  8:30 ` Jan Kiszka
2012-02-15  9:38   ` Michael S. Tsirkin
2012-02-15  9:48     ` Jan Kiszka
2012-02-15 23:02     ` Andreas Färber
2012-02-15 23:21       ` Peter Maydell
2012-02-17 13:43   ` Jan Kiszka

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).