summaryrefslogtreecommitdiff
path: root/lang/python+ipv6/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lang/python+ipv6/files/patch-ab20
1 files changed, 0 insertions, 20 deletions
diff --git a/lang/python+ipv6/files/patch-ab b/lang/python+ipv6/files/patch-ab
deleted file mode 100644
index ab7b5177ec5f..000000000000
--- a/lang/python+ipv6/files/patch-ab
+++ /dev/null
@@ -1,20 +0,0 @@
---- Python/importdl.c.orig Fri Oct 25 16:43:24 1996
-+++ Python/importdl.c Mon May 5 15:43:38 1997
-@@ -76,7 +76,7 @@
- #define LONG_EXT "module.sl"
- #endif
-
--#if defined(__NetBSD__) || defined(__FreeBSD__)
-+#if defined(__NetBSD__)
- #define DYNAMIC_LINK
- #define USE_SHLIB
-
-@@ -150,7 +150,7 @@
- #ifdef USE_SHLIB
- #include <sys/types.h>
- #include <sys/stat.h>
--#if defined(__NetBSD__) || defined(__FreeBSD__)
-+#if defined(__NetBSD__)
- #include <nlist.h>
- #include <link.h>
- #else