summaryrefslogtreecommitdiff
path: root/packages/pine/pine-4.63/imap-2000-time.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/pine/pine-4.63/imap-2000-time.patch')
-rw-r--r--packages/pine/pine-4.63/imap-2000-time.patch56
1 files changed, 0 insertions, 56 deletions
diff --git a/packages/pine/pine-4.63/imap-2000-time.patch b/packages/pine/pine-4.63/imap-2000-time.patch
deleted file mode 100644
index 751d1ff506..0000000000
--- a/packages/pine/pine-4.63/imap-2000-time.patch
+++ /dev/null
@@ -1,56 +0,0 @@
---- pine4.33/imap/src/osdep/unix/os_lnx.c.time Wed Feb 14 12:25:06 2001
-+++ pine4.33/imap/src/osdep/unix/os_lnx.c Wed Feb 14 12:25:16 2001
-@@ -23,6 +23,7 @@
- #include "osdep.h"
- #include <stdio.h>
- #include <sys/time.h>
-+#include <time.h>
- #include <sys/stat.h>
- #include <sys/socket.h>
- #include <netinet/in.h>
---- pine4.33/imap/src/osdep/unix/news.c.time Thu Jan 18 21:28:33 2001
-+++ pine4.33/imap/src/osdep/unix/news.c Wed Feb 14 12:24:34 2001
-@@ -21,7 +21,7 @@
- #include <stdio.h>
- #include <ctype.h>
- #include <errno.h>
--extern int errno; /* just in case */
-+#include <time.h>
- #include "mail.h"
- #include "osdep.h"
- #include <sys/stat.h>
---- pine4.33/imap/src/osdep/unix/phile.c.time Thu Jan 18 21:31:20 2001
-+++ pine4.33/imap/src/osdep/unix/phile.c Wed Feb 14 12:24:34 2001
-@@ -21,8 +21,8 @@
- #include <stdio.h>
- #include <ctype.h>
- #include <errno.h>
--extern int errno; /* just in case */
- #include <signal.h>
-+#include <time.h>
- #include "mail.h"
- #include "osdep.h"
- #include <pwd.h>
---- pine4.33/imap/src/osdep/unix/mh.c.time Thu Jan 18 21:27:37 2001
-+++ pine4.33/imap/src/osdep/unix/mh.c Wed Feb 14 12:24:34 2001
-@@ -21,7 +21,8 @@
- #include <stdio.h>
- #include <ctype.h>
- #include <errno.h>
--extern int errno; /* just in case */
-+#include <time.h>
-+
- #include "mail.h"
- #include "osdep.h"
- #include <pwd.h>
---- pine4.33/imap/src/osdep/unix/mx.c.time Thu Jan 18 21:28:09 2001
-+++ pine4.33/imap/src/osdep/unix/mx.c Wed Feb 14 12:24:34 2001
-@@ -21,7 +21,7 @@
- #include <stdio.h>
- #include <ctype.h>
- #include <errno.h>
--extern int errno; /* just in case */
-+#include <time.h>
- #include "mail.h"
- #include "osdep.h"
- #include <pwd.h>