summaryrefslogtreecommitdiff
path: root/mail/xfmail/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'mail/xfmail/patches/patch-af')
-rw-r--r--mail/xfmail/patches/patch-af13
1 files changed, 0 insertions, 13 deletions
diff --git a/mail/xfmail/patches/patch-af b/mail/xfmail/patches/patch-af
deleted file mode 100644
index 88e00948f15..00000000000
--- a/mail/xfmail/patches/patch-af
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-af,v 1.1 2001/10/12 19:49:26 tron Exp $
-
---- mail/cache.c.orig Tue Jan 18 02:38:20 2000
-+++ mail/cache.c Fri Oct 12 21:47:10 2001
-@@ -463,7 +463,7 @@
- if(dbm_error(db) || (msgdata.dptr == NULL) || (msgdata.dsize == 0))
- return NULL;
-
-- msgbuf = msgdata.dptr;
-+ msgbuf = (char *)msgdata.dptr;
- msgbuflen = 0;
-
- memcpy(&i, msgbuf + msgbuflen, sizeof(i));