]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Fix compile problems on NetBSD and OpenBSD
authorGert Doering <gert@greenie.muc.de>
Fri, 9 Jul 2010 08:24:46 +0000 (10:24 +0200)
committerDavid Sommerseth <dazo@users.sourceforge.net>
Thu, 21 Oct 2010 09:40:36 +0000 (11:40 +0200)
commit22ff667e4e7e412db21d9b1642fc92fa670d323d
treee58b67a9bf73dcde467cc454b20eaad7d7fd1ede
parent3a777430493de180d425cebbc9eecde68e7fb6a6
Fix compile problems on NetBSD and OpenBSD

Configure will not find <net/if.h> due to missing <sys/types.h> in the test program,
and thus, tun.c will fail to compile with missing symbol IFF_MULTICAST.

Signed-off-by: Gert Doering <gert@greenie.muc.de>
Acked-by: krzee <jeff@doeshosting.com>
Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
configure.ac