diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/expat2/files/patch-expat.h | 11 |
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 + } |