summaryrefslogtreecommitdiff
path: root/packages/mutt/mutt-1.5.15/makedoc.patch
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2007-04-19 08:08:35 +0000
committerGraeme Gregory <dp@xora.org.uk>2007-04-19 08:08:35 +0000
commiteec52c96d21f3bd9144b0742d96b79f8472e7324 (patch)
tree03f32b94237b273a05ed5c1485a5041cf3c338fb /packages/mutt/mutt-1.5.15/makedoc.patch
parentd91ca3e773f74313722d598ecacffd30457b873c (diff)
mutt_1.5.15.bb : version upgrade, for now Ive had to miss the compressed
folders patch as it doesnt apply and logic changed between 1.5.14->1.5.15 and I havent had time to figure it out yet.
Diffstat (limited to 'packages/mutt/mutt-1.5.15/makedoc.patch')
-rw-r--r--packages/mutt/mutt-1.5.15/makedoc.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/mutt/mutt-1.5.15/makedoc.patch b/packages/mutt/mutt-1.5.15/makedoc.patch
new file mode 100644
index 0000000000..f2b64a6f22
--- /dev/null
+++ b/packages/mutt/mutt-1.5.15/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