aboutsummaryrefslogtreecommitdiff
path: root/textproc/html2text/files
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-02-13 09:37:20 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-02-13 09:37:20 +0000
commit52168317e247ec826988d7f6116ea1a42ed3e076 (patch)
tree633d957fe8531ea201bc90be512680f058898146 /textproc/html2text/files
parentd55e243de2bc52d66682a4c5258b821da82906ba (diff)
downloadports-52168317e247ec826988d7f6116ea1a42ed3e076.tar.gz
ports-52168317e247ec826988d7f6116ea1a42ed3e076.zip
Notes
Diffstat (limited to 'textproc/html2text/files')
-rw-r--r--textproc/html2text/files/patch-format.C19
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/html2text/files/patch-format.C b/textproc/html2text/files/patch-format.C
new file mode 100644
index 000000000000..c1942c85f553
--- /dev/null
+++ b/textproc/html2text/files/patch-format.C
@@ -0,0 +1,19 @@
+--- format.C Mon Jul 29 20:12:13 2002
++++ format.C Thu Feb 5 22:47:07 2004
+@@ -34,7 +34,7 @@
+ /***************************************************************************/
+
+
+-#include <strstream.h>
++#include <strstream>
+
+ #include <stdlib.h>
+ #include <ctype.h>
+@@ -50,6 +50,7 @@
+
+ using std::endl;
+ using std::flush;
++using std::ostrstream;
+
+ #ifndef nelems
+ #define nelems(array) (sizeof(array) / sizeof((array)[0]))