1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/devel/mipsel-linux-binutils/files/patch-libiberty-strerror.c
Dirk Meyer d154ecf7f1 - Fix build under CURRENT
- Fix problems with installed bison
- no objection from maintainer in 5 days
2003-02-06 04:05:37 +00:00

14 lines
262 B
C

--- libiberty/strerror.c.orig Mon May 29 13:45:32 2000
+++ libiberty/strerror.c Wed Dec 11 21:03:00 2002
@@ -465,8 +465,8 @@
#else
-extern int sys_nerr;
-extern char *sys_errlist[];
+extern const int sys_nerr;
+extern const char *sys_errlist[];
#endif