diff options
Diffstat (limited to 'cross/mipsEEel-netbsd/patches/binutils-af')
-rw-r--r-- | cross/mipsEEel-netbsd/patches/binutils-af | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/cross/mipsEEel-netbsd/patches/binutils-af b/cross/mipsEEel-netbsd/patches/binutils-af new file mode 100644 index 00000000000..0fc0fa7a525 --- /dev/null +++ b/cross/mipsEEel-netbsd/patches/binutils-af @@ -0,0 +1,15 @@ +# $NetBSD: binutils-af,v 1.1 2005/04/18 07:53:52 martin Exp $ + +--- libiberty/strerror.c.orig 2000-01-11 12:48:26.000000000 +0100 ++++ libiberty/strerror.c 2005-04-18 09:09:40.000000000 +0200 +@@ -462,8 +462,10 @@ + + #else + ++#ifndef __NetBSD__ + extern int sys_nerr; + extern char *sys_errlist[]; ++#endif + + #endif + |