073181c3cc
* Fixed 64-bit portability bug in time_string function (Thomas Habets). * Clean up configure on FreeBSD for recent autotool versions that require that all .h files have to be compiled. Also, FreeBSD install does not support GNU long options which the Makefile in easy-rsa/2.0 uses (not checked the others as we don't install those on Gentoo) (Roy Marples).
15 lines
292 B
Text
15 lines
292 B
Text
$NetBSD: patch-ab,v 1.5 2007/06/21 21:44:42 jlam Exp $
|
|
|
|
--- syshead.h.orig 2007-04-25 17:38:46.000000000 -0400
|
|
+++ syshead.h
|
|
@@ -262,6 +262,10 @@
|
|
|
|
#ifdef TARGET_NETBSD
|
|
|
|
+#ifdef HAVE_NET_IF_TAP_H
|
|
+#include <net/if_tap.h>
|
|
+#endif
|
|
+
|
|
#ifdef HAVE_NET_IF_TUN_H
|
|
#include <net/if_tun.h>
|
|
#endif
|