summaryrefslogtreecommitdiff
path: root/parallel/glunix/patches/patch-bw
blob: abbc7894030b93d0573af7d90057d8d7c4ea7589 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-bw,v 1.2 2005/05/29 14:38:33 wiz Exp $

--- progs/glush/sh.exec.c.orig	1995-07-25 21:13:14.000000000 +0200
+++ progs/glush/sh.exec.c
@@ -151,7 +151,7 @@ static	void	pexerr		__P((void));
 static	void	texec		__P((Char *, Char **));
 static	int	hashname	__P((Char *));
 static	int 	iscommand	__P((Char *));
-
+/*
 char *index(a, b)
     char *a;
     char  b;
@@ -165,7 +165,7 @@ char *rindex(a, b)
 {
   return strrchr(a, b);
 }
-
+*/
 void
 doexec(t)
     register struct command *t;