aboutsummaryrefslogtreecommitdiff
path: root/textproc/expat2
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2001-03-17 04:01:45 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2001-03-17 04:01:45 +0000
commitce150c6f8a0c0f53eb566b6e5496dd59c252fbf8 (patch)
tree9b00888f1a9049598659b43a96e7accc6aebe776 /textproc/expat2
parent589cf992c1cb62dd21e887e2f74f30b0f95592b9 (diff)
downloadports-ce150c6f8a0c0f53eb566b6e5496dd59c252fbf8.tar.gz
ports-ce150c6f8a0c0f53eb566b6e5496dd59c252fbf8.zip
Notes
Diffstat (limited to 'textproc/expat2')
-rw-r--r--textproc/expat2/files/patch-expat.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/expat2/files/patch-expat.h b/textproc/expat2/files/patch-expat.h
new file mode 100644
index 000000000000..063557b1ed1a
--- /dev/null
+++ b/textproc/expat2/files/patch-expat.h
@@ -0,0 +1,11 @@
+--- lib/expat.h.orig Sat Mar 17 12:57:01 2001
++++ lib/expat.h Sat Mar 17 12:57:09 2001
+@@ -703,7 +703,7 @@
+
+ /* Return a string containing the version number of this expat */
+ const XML_LChar XMLPARSEAPI *
+-XML_ExpatVersion();
++XML_ExpatVersion(void);
+
+ #ifdef __cplusplus
+ }