tap: Remove double include of util.h

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 <blauwirbel@gmail.com>
Signed-off-by: Andreas Färber <andreas.faerber@web.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
stable-0.14
Andreas Färber 2010-09-28 23:48:42 +02:00 committed by Blue Swirl
parent fd5723b385
commit 5251d6add6
1 changed files with 0 additions and 4 deletions

View File

@ -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;