summaryrefslogtreecommitdiff
path: root/shells/tcsh/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'shells/tcsh/patches/patch-af')
-rw-r--r--shells/tcsh/patches/patch-af17
1 files changed, 0 insertions, 17 deletions
diff --git a/shells/tcsh/patches/patch-af b/shells/tcsh/patches/patch-af
deleted file mode 100644
index 5727a78c7b8..00000000000
--- a/shells/tcsh/patches/patch-af
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-af,v 1.8 2002/04/11 15:26:20 abs Exp $
-
---- sh.dol.c.orig Wed Jul 25 16:48:04 2001
-+++ sh.dol.c
-@@ -585,10 +585,8 @@
- c = DgetC(0);
- } while (Isdigit(c));
- unDredc(c);
-- if (subscr < 0) {
-- dolerror(vp->v_name);
-- return;
-- }
-+ if (subscr < 0)
-+ stderror(ERR_RANGE);
- if (subscr == 0) {
- if (bitset) {
- dolp = dolzero ? STR1 : STR0;