[Qemu-devel] [PATCH 07/12] slirp: remove unnecessary

Philippe Mathieu-Daudé posted 12 patches 7 years, 9 months ago
[Qemu-devel] [PATCH 07/12] slirp: remove unnecessary
Posted by Philippe Mathieu-Daudé 7 years, 9 months ago
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 slirp/libslirp.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/slirp/libslirp.h b/slirp/libslirp.h
index f90f0f524c..540b3e5903 100644
--- a/slirp/libslirp.h
+++ b/slirp/libslirp.h
@@ -3,7 +3,6 @@
 
 #include "qemu-common.h"
 
-struct Slirp;
 typedef struct Slirp Slirp;
 
 int get_dns_addr(struct in_addr *pdns_addr);
-- 
2.15.1


Re: [Qemu-devel] [PATCH 07/12] slirp: remove unnecessary
Posted by Thomas Huth 7 years, 9 months ago
The subject is missing a word or two.

 Thomas

Re: [Qemu-devel] [PATCH 07/12] slirp: remove unnecessary
Posted by Samuel Thibault 7 years, 9 months ago
Thomas Huth, on lun. 08 janv. 2018 20:01:10 +0100, wrote:
> The subject is missing a word or two.

Applied to my tree with a more complete subject :)

Samuel