summaryrefslogtreecommitdiff
path: root/net/vpnc
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2007-04-29 09:41:27 +0000
committerhubertf <hubertf@pkgsrc.org>2007-04-29 09:41:27 +0000
commit6014cb3a0413904ca0b38c957f60889b5d4c31c2 (patch)
tree1144f6dbf1d361266ee698da42b3b0b51646be63 /net/vpnc
parent56175b398600b68eecb8ce70d0713ff016c9d88d (diff)
downloadpkgsrc-6014cb3a0413904ca0b38c957f60889b5d4c31c2.tar.gz
remove with last update to 0.4.0
Diffstat (limited to 'net/vpnc')
-rw-r--r--net/vpnc/patches/patch-ad16
1 files changed, 0 insertions, 16 deletions
diff --git a/net/vpnc/patches/patch-ad b/net/vpnc/patches/patch-ad
deleted file mode 100644
index d7dbfd7d2a6..00000000000
--- a/net/vpnc/patches/patch-ad
+++ /dev/null
@@ -1,16 +0,0 @@
-$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"
-