summaryrefslogtreecommitdiff
path: root/databases/gnats/files/patch-libiberty::strerror.c
blob: 06d301579807a2de459d1484486d9e54ff04c72b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- libiberty/strerror.c.orig	Thu Jun 27 00:32:14 2002
+++ libiberty/strerror.c	Thu Jun 27 00:38:18 2002
@@ -460,11 +460,6 @@
 static int sys_nerr;
 static const char **sys_errlist;
 
-#else
-
-extern int sys_nerr;
-extern char *sys_errlist[];
-
 #endif