summaryrefslogtreecommitdiff
path: root/cross/mipsEEel-netbsd/patches/gcc-ae
blob: df0bc924195c40d9a42faf21cc71e6562a95c127 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: gcc-ae,v 1.1 2005/04/18 07:53:52 martin Exp $

--- libiberty/strerror.c.orig	1998-05-16 01:42:41.000000000 +0200
+++ libiberty/strerror.c	2005-04-18 09:25:00.000000000 +0200
@@ -462,8 +462,10 @@
 
 #else
 
+#ifndef __NetBSD__
 extern int sys_nerr;
 extern char *sys_errlist[];
+#endif
 
 #endif