summaryrefslogtreecommitdiff
path: root/cross/binutils/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'cross/binutils/patches/patch-ak')
-rw-r--r--cross/binutils/patches/patch-ak41
1 files changed, 0 insertions, 41 deletions
diff --git a/cross/binutils/patches/patch-ak b/cross/binutils/patches/patch-ak
deleted file mode 100644
index a918757f552..00000000000
--- a/cross/binutils/patches/patch-ak
+++ /dev/null
@@ -1,41 +0,0 @@
-$NetBSD: patch-ak,v 1.2 1999/01/06 17:02:39 tv Exp $
-
---- 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"
-
--#ifndef NEED_sys_errlist
--/* Note that errno.h (not sure what OS) or stdio.h (BSD 4.4, at least)
-- might declare sys_errlist in a way that the compiler might consider
-- incompatible with our later declaration, perhaps by using const
-- attributes. So we hide the declaration in errno.h (if any) using a
-- macro. */
--#define sys_errlist sys_errlist__
--#endif
--
- #include <stdio.h>
- #include <errno.h>
-
--#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. */
-
-@@ -459,11 +450,6 @@
-
- static int sys_nerr;
- static const char **sys_errlist;
--
--#else
--
--extern int sys_nerr;
--extern char *sys_errlist[];
-
- #endif
-