]> git.proxmox.com Git - qemu.git/commit
tap: Remove double include of util.h
authorAndreas Färber <andreas.faerber@web.de>
Tue, 28 Sep 2010 21:48:42 +0000 (23:48 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Wed, 29 Sep 2010 16:15:37 +0000 (16:15 +0000)
commit5251d6add68f343d7e47b5ef0e44694e98605503
treef07ab6c0f4fc70c39d49322e2e0eac79991f7ef6
parentfd5723b385557bc77b93dfe5ab591813407686c0
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>
net/tap-bsd.c