diff options
Diffstat (limited to 'mail/xc-mail/files/patch-ab')
-rw-r--r-- | mail/xc-mail/files/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/xc-mail/files/patch-ab b/mail/xc-mail/files/patch-ab new file mode 100644 index 000000000000..ea43351ff9ee --- /dev/null +++ b/mail/xc-mail/files/patch-ab @@ -0,0 +1,12 @@ +--- src/mail_class.cxx.orig Mon Jun 5 12:11:04 2000 ++++ src/mail_class.cxx Sun Oct 1 05:07:19 2000 +@@ -12,8 +12,8 @@ + #include <string.h> + #include <stdlib.h> + #include <errno.h> +-#include <utime.h> + #include <sys/types.h> ++#include <utime.h> + #include <sys/stat.h> + #include <fcntl.h> + #include <ctype.h> |