summaryrefslogtreecommitdiff
path: root/editors/uemacs/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'editors/uemacs/patches/patch-ac')
-rw-r--r--editors/uemacs/patches/patch-ac27
1 files changed, 0 insertions, 27 deletions
diff --git a/editors/uemacs/patches/patch-ac b/editors/uemacs/patches/patch-ac
deleted file mode 100644
index 35c95896958..00000000000
--- a/editors/uemacs/patches/patch-ac
+++ /dev/null
@@ -1,27 +0,0 @@
-$NetBSD: patch-ac,v 1.2 2000/03/23 22:08:52 tron Exp $
-
---- src/bind.c.orig Sun Nov 19 03:09:20 1995
-+++ src/bind.c Wed Mar 25 15:00:37 1998
-@@ -634,7 +634,8 @@
- register char *sp; /* pointer into path spec */
- register int i; /* index */
- static char fspec[NFILEN]; /* full path spec to search */
--
-+ char patha[NFILEN];
-+
- /* if we have an absolute path.. check only there! */
- sp = fname;
- while (*sp) {
-@@ -689,9 +690,11 @@
- #if OS2
- path = getenv("DPATH");
- #else
-- path = getenv("PATH");
-+ strncpy(patha, getenv("PATH"), NFILEN - 25);
-+ strcat(patha, ":%%PREFIX%%/share/uemacs");
- #endif
- #endif
-+ path = patha;
- if (path != NULL)
- while (*path) {
-