diff options
author | tv <tv@pkgsrc.org> | 1999-01-06 17:02:39 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-01-06 17:02:39 +0000 |
commit | 184c91873ced22933adee79fdeb1b3b8b30512de (patch) | |
tree | eb0cc4a64971430a544cddd3cab31da8c59c246d /cross | |
parent | 55faffa392d652520a5629464a77e358cb6078b9 (diff) | |
download | pkgsrc-184c91873ced22933adee79fdeb1b3b8b30512de.tar.gz |
Fix these patches: they work now on very -current.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/COMMON/patches-binutils/patch-ab | 16 | ||||
-rw-r--r-- | cross/binutils/patches/patch-ak | 16 |
2 files changed, 18 insertions, 14 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; diff --git a/cross/binutils/patches/patch-ak b/cross/binutils/patches/patch-ak index 84da708dcc4..a918757f552 100644 --- a/cross/binutils/patches/patch-ak +++ b/cross/binutils/patches/patch-ak @@ -1,8 +1,8 @@ -$NetBSD: patch-ak,v 1.1 1999/01/06 16:38:23 tv Exp $ +$NetBSD: patch-ak,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-ak,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; |