diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-04-16 22:31:18 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-04-16 22:31:18 +0000 |
commit | e524283768d1a48b038c3c250a28bcd7e0897129 (patch) | |
tree | c0eae2ffba929dd1ce500cc1addcd6e83a32c25c /mail/mailsync/files/patch-mailsync.c | |
parent | - Update to 3.2.0 (diff) |
- Update to 5.2.1
PR: ports/78241
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=133493
Diffstat (limited to 'mail/mailsync/files/patch-mailsync.c')
-rw-r--r-- | mail/mailsync/files/patch-mailsync.c | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/mail/mailsync/files/patch-mailsync.c b/mail/mailsync/files/patch-mailsync.c deleted file mode 100644 index 1fa875fbd6f2..000000000000 --- a/mail/mailsync/files/patch-mailsync.c +++ /dev/null @@ -1,21 +0,0 @@ ---- mailsync.c.orig Thu Nov 7 12:05:46 2002 -+++ mailsync.c Wed Jul 14 03:52:22 2004 -@@ -20,6 +20,7 @@ - extern int errno; // Just in case - #include <sys/stat.h> // Stat() - -+#include <cassert> - #include <string> - #include <set> - #include <map> -@@ -30,8 +31,8 @@ - using std::vector; - using std::make_pair; - --#include "c-client.h" --#include "flstring.h" -+#include <c-client.h> -+#include <flstring.h> - #include "msgstring.c" - - //------------------------------- Defines ------------------------------- |