diff options
Diffstat (limited to 'parallel/glunix/patches/patch-cr')
-rw-r--r-- | parallel/glunix/patches/patch-cr | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/parallel/glunix/patches/patch-cr b/parallel/glunix/patches/patch-cr new file mode 100644 index 00000000000..202a43d6366 --- /dev/null +++ b/parallel/glunix/patches/patch-cr @@ -0,0 +1,16 @@ +$NetBSD: patch-cr,v 1.1 2005/05/29 14:38:33 wiz Exp $ + +--- progs/glush/sh.h.orig 1995-07-20 20:09:17.000000000 +0200 ++++ progs/glush/sh.h +@@ -1059,11 +1059,5 @@ extern Char **INVPPTR; + /* + * To print system call errors... + */ +-#ifndef linux +-#ifdef NEEDstrerror +-extern char *sys_errlist[]; +-#endif +-extern int errno, sys_nerr; +-#endif /* !linux */ + + #endif /* _h_sh */ |