summaryrefslogtreecommitdiff
path: root/mail/librfc822/files/patch-lexer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mail/librfc822/files/patch-lexer.cc')
-rw-r--r--mail/librfc822/files/patch-lexer.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/librfc822/files/patch-lexer.cc b/mail/librfc822/files/patch-lexer.cc
deleted file mode 100644
index 8ffd10cc8008..000000000000
--- a/mail/librfc822/files/patch-lexer.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- lexer.cpp.orig 2008-03-03 23:44:57.000000000 +0200
-+++ lexer.cpp 2008-03-03 23:44:35.000000000 +0200
-@@ -13,7 +13,7 @@
- #include "rfc822.hpp"
- using namespace std;
-
--ostream & operator<< (ostream & os, const token & t)
-+std::ostream & operator<< (std::ostream& os, const token & t)
- {
- switch(t.type)
- {