summaryrefslogtreecommitdiff
path: root/devel/msp430-binutils/files/patch-libiberty::strerror.c
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-02-24 00:20:54 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-02-24 00:20:54 +0000
commit600789fbc92110acea14bc8e8083d4f0bf2bb3d7 (patch)
tree7637e226ae37652e47380aee788b497ddfa191b3 /devel/msp430-binutils/files/patch-libiberty::strerror.c
parentFix build on -CURRENT (GCC3). (diff)
[MAINTAINER UPDATE] Update port `devel/msp430-binutils' to new,
improved version. PR: ports/48497 Submitted by: Lev A. Serbryakov <lev@serebryakov.spb.ru>
Diffstat (limited to '')
-rw-r--r--devel/msp430-binutils/files/patch-libiberty::strerror.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/msp430-binutils/files/patch-libiberty::strerror.c b/devel/msp430-binutils/files/patch-libiberty::strerror.c
new file mode 100644
index 000000000000..589c91e4c12f
--- /dev/null
+++ b/devel/msp430-binutils/files/patch-libiberty::strerror.c
@@ -0,0 +1,11 @@
+--- libiberty/strerror.c.orig Sun Feb 23 15:59:29 2003
++++ libiberty/strerror.c Sun Feb 23 15:59:53 2003
+@@ -465,7 +465,7 @@
+
+ #else
+
+-extern int sys_nerr;
++extern __const int sys_nerr;
+ extern char *sys_errlist[];
+
+ #endif