diff options
Diffstat (limited to 'net/vpnc/patches/patch-ad')
-rw-r--r-- | net/vpnc/patches/patch-ad | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/vpnc/patches/patch-ad b/net/vpnc/patches/patch-ad new file mode 100644 index 00000000000..d7dbfd7d2a6 --- /dev/null +++ b/net/vpnc/patches/patch-ad @@ -0,0 +1,16 @@ +$NetBSD: patch-ad,v 1.1 2006/03/23 16:53:28 joerg Exp $ + +--- sysdep-bsd.c.orig 2006-03-23 16:51:00.000000000 +0000 ++++ sysdep-bsd.c +@@ -28,7 +28,11 @@ + + #include <sys/socket.h> + #include <net/if.h> ++#if defined(__DragonFly__) ++#include <net/tun/if_tun.h> ++#else + #include <net/if_tun.h> ++#endif + + #include "sysdep.h" + |