diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-07-02 19:28:52 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-07-02 19:28:52 +0000 |
commit | cebda3e2acc440824deca09d6393a70fc918413b (patch) | |
tree | 796cd65286a8423f1047e77287fb4ad51450c78a /mail/spamass-milter/files/patch-spamass-milter.cpp | |
parent | - clean up PATCH_SITES (diff) |
Udpate to 0.2.0
PR: 54005
Submitted by: Serge Negodyuck <petr@petrovich.kiev.ua>
Approved by: maintainer
Diffstat (limited to 'mail/spamass-milter/files/patch-spamass-milter.cpp')
-rw-r--r-- | mail/spamass-milter/files/patch-spamass-milter.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/spamass-milter/files/patch-spamass-milter.cpp b/mail/spamass-milter/files/patch-spamass-milter.cpp index 39d32e81b89c..32769fcf69a7 100644 --- a/mail/spamass-milter/files/patch-spamass-milter.cpp +++ b/mail/spamass-milter/files/patch-spamass-milter.cpp @@ -1,9 +1,9 @@ ---- spamass-milter.cpp.orig Fri Aug 16 12:42:23 2002 -+++ spamass-milter.cpp Fri Aug 16 12:44:00 2002 -@@ -83,6 +83,10 @@ +--- spamass-milter.cpp.orig Thu Jun 26 18:10:44 2003 ++++ spamass-milter.cpp Wed Jul 2 14:12:25 2003 +@@ -102,6 +102,10 @@ + #include <csignal> #include <string> #include <iostream> - #include <fstream> +using std::string; +using std::cout; +using std::cerr; |