summaryrefslogtreecommitdiff
path: root/mail/cucipop/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'mail/cucipop/files/patch-ac')
-rw-r--r--mail/cucipop/files/patch-ac20
1 files changed, 0 insertions, 20 deletions
diff --git a/mail/cucipop/files/patch-ac b/mail/cucipop/files/patch-ac
deleted file mode 100644
index 391df7a5f4fd..000000000000
--- a/mail/cucipop/files/patch-ac
+++ /dev/null
@@ -1,20 +0,0 @@
---- cucipop.c.orig Tue Jun 26 17:51:11 2001
-+++ cucipop.c Tue Jun 26 17:51:50 2001
-@@ -48,7 +48,7 @@
- #include "hsort.h"
-
- #ifdef APOP
--#include "md5/md5.h"
-+#include <md5.h>
- #endif
-
- #define MD5_DIGLEN 16
-@@ -314,7 +314,7 @@
-
- static void addblock(const off_t start)
- { if(msgs_filled==msgs_max&&
-- !(msgs=realloc(msgs,(msgs_max+=GROWSTEP)*sizeof*msgs)))
-+ !(msgs=realloc(msgs,((msgs_max+=GROWSTEP)+1)*sizeof*msgs)))
- outofmem();
- msgs[msgs_filled].order=msgs_filled;msgs[msgs_filled].start=start;
- msgs[msgs_filled].virtsize=0;msgs[msgs_filled++].deleted=0;