ports/devel/m6811-gcc/files/patch-libiberty-strerror.c
Dirk Meyer d1b55e63c1 - Fix build on CURRENT
- build only for i386
2002-12-15 08:27:46 +00:00

13 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