summaryrefslogtreecommitdiff
path: root/news/leafnode/patches
diff options
context:
space:
mode:
authorschwarz <schwarz@pkgsrc.org>2006-10-15 20:06:59 +0000
committerschwarz <schwarz@pkgsrc.org>2006-10-15 20:06:59 +0000
commit4ee9fa287c39ca1fe30c469fc120682d3e7c5e2e (patch)
treec61b63ed49ad5be1f14d2501416623b9b10aaa43 /news/leafnode/patches
parent7dafb469cbece0c1550f7a509b1d5d29a2307f32 (diff)
downloadpkgsrc-4ee9fa287c39ca1fe30c469fc120682d3e7c5e2e.tar.gz
added support for IRIX 5
Diffstat (limited to 'news/leafnode/patches')
-rw-r--r--news/leafnode/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/news/leafnode/patches/patch-ab b/news/leafnode/patches/patch-ab
new file mode 100644
index 00000000000..2aad55d3a51
--- /dev/null
+++ b/news/leafnode/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2006/10/15 20:06:59 schwarz Exp $
+
+--- mastring.h.orig 2006-10-15 21:51:05.000000000 +0200
++++ mastring.h 2006-10-15 21:51:19.000000000 +0200
+@@ -38,7 +38,7 @@
+ /*@only@*/ mastr *mastr_new(size_t);
+ /*@only@*/ mastr *mastr_newstr(const char *);
+ int mastr_cpy(mastr *, const char *);
+-int mastr_cat(mastr *, /*@unique@*/ /*@observer@*/ const char *);
++int mastr_cat(mastr *, /*@unique@*/ /*@observer@*/ const char *const);
+ int mastr_vcat(mastr *, ...);
+ int mastr_resizekeep(mastr *, size_t);
+ int mastr_resizekill(mastr *, size_t);