summaryrefslogtreecommitdiff
path: root/converters/mimelib/files/patch-mimelib-mimelib-token.h
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2011-01-20 10:24:53 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2011-01-20 10:24:53 +0000
commitabbecd47f047dd1822512f17f95d38c0a3649844 (patch)
tree8ebe68ca7488b9bb52a8e31a3689317de801f769 /converters/mimelib/files/patch-mimelib-mimelib-token.h
parentFix a typo in exp date (diff)
Make compile on supported versions of FreeBSD
Feature safe: yes
Diffstat (limited to 'converters/mimelib/files/patch-mimelib-mimelib-token.h')
-rw-r--r--converters/mimelib/files/patch-mimelib-mimelib-token.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/converters/mimelib/files/patch-mimelib-mimelib-token.h b/converters/mimelib/files/patch-mimelib-mimelib-token.h
new file mode 100644
index 000000000000..d5c9a8a6f3f3
--- /dev/null
+++ b/converters/mimelib/files/patch-mimelib-mimelib-token.h
@@ -0,0 +1,17 @@
+--- mimelib/mimelib/token.h.bak 1997-09-27 13:55:37.000000000 +0200
++++ mimelib/mimelib/token.h 2011-01-20 11:20:25.000000000 +0100
+@@ -74,12 +74,12 @@
+ const DwString& Token() const { return mToken; }
+ int Type() const { return mTkType; }
+ void StripDelimiters();
+- static ostream* mDebugOut;
++ static std::ostream* mDebugOut;
+ protected:
+ DwTokenizer(const DwString& aStr);
+ DwTokenizer(const char* aCStr);
+ virtual ~DwTokenizer();
+- void PrintToken(ostream*);
++ void PrintToken(std::ostream*);
+ // Quoted strings, comments, and domain literals are parsed
+ // identically in RFC822 and RFC1521
+ void ParseQuotedString();