summaryrefslogtreecommitdiff
path: root/cross/COMMON
diff options
context:
space:
mode:
authortv <tv>1999-01-06 17:09:06 +0000
committertv <tv>1999-01-06 17:09:06 +0000
commit45148b57e8a17f20a36a3c909166ce7b918f2bdf (patch)
tree369ca6acf0fccd02560bdecb5840a71091e43f51 /cross/COMMON
parentf2b11b9417a8d1600678c1160260eeeb0c5427a1 (diff)
downloadpkgsrc-45148b57e8a17f20a36a3c909166ce7b918f2bdf.tar.gz
Fix this patch as for binutils.
Diffstat (limited to 'cross/COMMON')
-rw-r--r--cross/COMMON/patches-egcs/patch-ac14
1 files changed, 7 insertions, 7 deletions
diff --git a/cross/COMMON/patches-egcs/patch-ac b/cross/COMMON/patches-egcs/patch-ac
index 45a370f76b6..bd2370da8ad 100644
--- a/cross/COMMON/patches-egcs/patch-ac
+++ b/cross/COMMON/patches-egcs/patch-ac
@@ -1,8 +1,6 @@
-$NetBSD: patch-ac,v 1.1 1999/01/06 16:46:18 tv Exp $
-
--- libiberty/strerror.c.orig Fri May 15 19:42:41 1998
-+++ libiberty/strerror.c Wed Jan 6 11:45:53 1999
-@@ -7,22 +7,9 @@
++++ libiberty/strerror.c Wed Jan 6 12:10:40 1999
+@@ -7,21 +7,12 @@
#include "config.h"
@@ -21,11 +19,13 @@ $NetBSD: patch-ac,v 1.1 1999/01/06 16:46:18 tv Exp $
-#ifdef HAVE_SYS_ERRLIST
-#undef sys_errlist
-#endif
--
++/* Bogus! We have these. */
++#undef HAVE_SYS_ERRLIST
++#define HAVE_SYS_ERRLIST
+
/* Routines imported from standard C runtime libraries. */
- #ifdef __STDC__
-@@ -459,11 +446,6 @@
+@@ -459,11 +450,6 @@
static int sys_nerr;
static const char **sys_errlist;