pkgsrc/parallel/glunix/patches/patch-bw

22 lines
498 B
Text

$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;