summaryrefslogtreecommitdiff
path: root/shells/scsh/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'shells/scsh/patches/patch-ad')
-rw-r--r--shells/scsh/patches/patch-ad14
1 files changed, 0 insertions, 14 deletions
diff --git a/shells/scsh/patches/patch-ad b/shells/scsh/patches/patch-ad
deleted file mode 100644
index 38b709359fc..00000000000
--- a/shells/scsh/patches/patch-ad
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ad,v 1.3 2001/10/02 11:07:15 seb Exp $
-
---- dynload.c.orig Thu Jul 15 03:24:05 1999
-+++ dynload.c
-@@ -32,6 +32,9 @@
- #if defined(__NetBSD__) || defined(__FreeBSD__)
- #include <nlist.h>
- #include <link.h>
-+#ifdef __ELF__
-+#include <dlfcn.h>
-+#endif
- #else
- #include <dlfcn.h>
- #endif