summaryrefslogtreecommitdiff
path: root/packages/mutt/mutt-1.5.9i/makedoc.patch
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2005-08-04 16:52:04 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-04 16:52:04 +0000
commit6242c9152111da94a28ff1f39277d704824f7c5d (patch)
treefce1f84bfc71fcb71add595109d0e35e083666c2 /packages/mutt/mutt-1.5.9i/makedoc.patch
parente1fcfaf38cd250cd8383fa66d75b0543a0543311 (diff)
parent304c18632bf0ecf124285b737bb4cc8d2b0f561d (diff)
propagate from branch 'org.openembedded.dev' (head 62f17dde6e02af42bf4eab7e425978b66cea3823)
to branch 'org.openembedded.nslu2-linux' (head ae92e5985633489c84c89296f06f7bcc0f02bf2a)
Diffstat (limited to 'packages/mutt/mutt-1.5.9i/makedoc.patch')
-rw-r--r--packages/mutt/mutt-1.5.9i/makedoc.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/mutt/mutt-1.5.9i/makedoc.patch b/packages/mutt/mutt-1.5.9i/makedoc.patch
new file mode 100644
index 0000000000..f2b64a6f22
--- /dev/null
+++ b/packages/mutt/mutt-1.5.9i/makedoc.patch
@@ -0,0 +1,11 @@
+--- mutt-1.5.9/makedoc.c.orig 2005-08-04 10:26:18.686217792 +0000
++++ mutt-1.5.9/makedoc.c 2005-08-04 10:26:36.254547000 +0000
+@@ -49,7 +49,7 @@
+ #ifndef HAVE_STRERROR
+ #ifndef STDC_HEADERS
+ extern int sys_nerr;
+-extern char *sys_errlist[];
++extern __const char *__const sys_errlist[];
+ #endif
+
+ #define strerror(x) ((x) > 0 && (x) < sys_nerr) ? sys_errlist[(x)] : 0