diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2001-05-31 09:38:04 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2001-05-31 09:38:04 +0000 |
commit | 12b723faf5fdf09452b82416f8ef8c8e236def36 (patch) | |
tree | 0169abff8b69ed0eaa7395ef0dd924576e84138f /mail/cyrus-imapd23/files/patch-di | |
parent | My modification of the submitter's update didn't go far enough, (diff) |
Update to 2.0.14.
Notes
Notes:
svn path=/head/; revision=43342
Diffstat (limited to 'mail/cyrus-imapd23/files/patch-di')
-rw-r--r-- | mail/cyrus-imapd23/files/patch-di | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/cyrus-imapd23/files/patch-di b/mail/cyrus-imapd23/files/patch-di new file mode 100644 index 000000000000..158e70cd5f2e --- /dev/null +++ b/mail/cyrus-imapd23/files/patch-di @@ -0,0 +1,12 @@ +Index: imap/pop3d.c +diff -u imap/pop3d.c.orig imap/pop3d.c +--- imap/pop3d.c.orig Thu May 31 06:24:20 2001 ++++ imap/pop3d.c Thu May 31 06:35:46 2001 +@@ -53,6 +53,7 @@ + #include <fcntl.h> + #include <time.h> + #include <signal.h> ++#include <assert.h> + #include <sys/types.h> + #include <sys/param.h> + #include <syslog.h> |