diff options
Diffstat (limited to 'mail/ftrack/files/patch-src__ftrack.cpp')
-rw-r--r-- | mail/ftrack/files/patch-src__ftrack.cpp | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/mail/ftrack/files/patch-src__ftrack.cpp b/mail/ftrack/files/patch-src__ftrack.cpp deleted file mode 100644 index 0177d5af32e..00000000000 --- a/mail/ftrack/files/patch-src__ftrack.cpp +++ /dev/null @@ -1,22 +0,0 @@ ---- src/ftrack.cpp.orig Fri Aug 19 17:58:00 2005 -+++ src/ftrack.cpp Fri Aug 19 17:59:25 2005 -@@ -42,8 +42,8 @@ - #include "parsetpl.hpp" - #include "tmstamp.hpp" - #include "script.hpp" --#include <iostream.h> --#include <fstream.h> -+#include <iostream> -+#include <fstream> - #include <smapi/msgapi.h> - - static struct utimbuf ut; -@@ -53,7 +53,7 @@ - // Signals catch functions - // -------------------------------------------------------------------- - void AbrtHndl(int Sign) { --fstream fh ("FTrack.err", ios::append); -+fstream fh ("FTrack.err", ios::app); - - cerr << "Internal Error!!! Please, read report.err in documentation.\n"; - cerr << "---------------------------------------\n"; |