summaryrefslogtreecommitdiff
path: root/lang/elk/files/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'lang/elk/files/patch-ag')
-rw-r--r--lang/elk/files/patch-ag13
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/elk/files/patch-ag b/lang/elk/files/patch-ag
deleted file mode 100644
index c30dca6e8e83..000000000000
--- a/lang/elk/files/patch-ag
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/load-dl.c.orig Fri Dec 22 08:46:24 1995
-+++ src/load-dl.c Sun Dec 12 16:29:07 1999
-@@ -4,6 +4,10 @@
- extern char *strrchr();
- extern char *getenv();
-
-+#ifndef RTLD_NOW
-+#define RTLD_NOW 1
-+#endif
-+
- Dlopen_File (fn) char *fn; {
- void *handle;
- SYM *sp;