ports/databases/gnats/files/patch-libiberty::strerror.c
Sheldon Hearn e1021852e7 Fix build on -CURRENT, catching up with the base system's more anal
compiler.

Maintainer notified in private mail.
2002-06-26 23:08:25 +00:00

14 lines
258 B
C

--- 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