qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [PATCH] tap: Remove double include of util.h


From: Blue Swirl
Subject: [Qemu-devel] Re: [PATCH] tap: Remove double include of util.h
Date: Wed, 29 Sep 2010 16:16:25 +0000

Thanks, applied.

On Tue, Sep 28, 2010 at 9:48 PM, Andreas Färber <address@hidden> wrote:
> If neither of __FreeBSD__, __FreeBSD_kernel__ and __DragonFly__ is defined,
> util.h is included from tap-bsd.c.
> Don't include it again if __OpenBSD__ is defined.
>
> Cc: Blue Swirl <address@hidden>
> Signed-off-by: Andreas Färber <address@hidden>
> ---
>  net/tap-bsd.c |    4 ----
>  1 files changed, 0 insertions(+), 4 deletions(-)
>
> diff --git a/net/tap-bsd.c b/net/tap-bsd.c
> index 959939e..0c0ca5b 100644
> --- a/net/tap-bsd.c
> +++ b/net/tap-bsd.c
> @@ -37,10 +37,6 @@
>  #include <util.h>
>  #endif
>
> -#if defined(__OpenBSD__)
> -#include <util.h>
> -#endif
> -
>  int tap_open(char *ifname, int ifname_size, int *vnet_hdr, int 
> vnet_hdr_required)
>  {
>     int fd;
> --
> 1.7.3
>
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]