Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com> --- slirp/slirp.h | 4 ---- 1 file changed, 4 deletions(-)
diff --git a/slirp/slirp.h b/slirp/slirp.h index 4356b2f427..2a61a85995 100644 --- a/slirp/slirp.h +++ b/slirp/slirp.h @@ -199,10 +199,6 @@ struct Slirp { void *opaque; }; -#ifndef NULL -#define NULL (void *)0 -#endif - void if_start(Slirp *); int get_dns_addr(struct in_addr *pdns_addr); -- 2.19.1.708.g4ede3d42df