summaryrefslogtreecommitdiff
path: root/cross/COMMON
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1999-01-06 17:02:39 +0000
committertv <tv@pkgsrc.org>1999-01-06 17:02:39 +0000
commit184c91873ced22933adee79fdeb1b3b8b30512de (patch)
treeeb0cc4a64971430a544cddd3cab31da8c59c246d /cross/COMMON
parent55faffa392d652520a5629464a77e358cb6078b9 (diff)
downloadpkgsrc-184c91873ced22933adee79fdeb1b3b8b30512de.tar.gz
Fix these patches: they work now on very -current.
Diffstat (limited to 'cross/COMMON')
-rw-r--r--cross/COMMON/patches-binutils/patch-ab16
1 files changed, 9 insertions, 7 deletions
diff --git a/cross/COMMON/patches-binutils/patch-ab b/cross/COMMON/patches-binutils/patch-ab
index bf18e6386a9..d2770a2a991 100644
--- a/cross/COMMON/patches-binutils/patch-ab
+++ b/cross/COMMON/patches-binutils/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.1 1999/01/06 16:38:23 tv Exp $
+$NetBSD: patch-ab,v 1.2 1999/01/06 17:02:39 tv Exp $
---- libiberty/strerror.c.orig Wed Jan 6 11:35:12 1999
-+++ libiberty/strerror.c Wed Jan 6 11:35:41 1999
-@@ -7,22 +7,9 @@
+--- libiberty/strerror.c.orig Fri May 1 11:47:54 1998
++++ libiberty/strerror.c Wed Jan 6 12:03:36 1999
+@@ -7,21 +7,12 @@
#include "config.h"
@@ -21,11 +21,13 @@ $NetBSD: patch-ab,v 1.1 1999/01/06 16:38:23 tv Exp $
-#ifndef NEED_sys_errlist
-#undef sys_errlist
-#endif
--
++/* Bogus: we have these! */
++#undef NEED_sys_errlist
++#undef NEED_sys_nerr
+
/* 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;