Thanks, applied.

On Tue, Sep 28, 2010 at 9:48 PM, Andreas Färber <andreas.faer...@web.de> 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 <blauwir...@gmail.com>
> Signed-off-by: Andreas Färber <andreas.faer...@web.de>
> ---
>  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