summaryrefslogtreecommitdiff
path: root/mail/ml/files/patch-impa-4-src-osdep-unix-mmdf.c
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-28 23:20:38 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-28 23:20:38 +0000
commit8e7fd48a294d7d6e54c6d07989807cff33ab19bd (patch)
tree0e35601cdb966c752e15cc4e5381c7e20e13fd50 /mail/ml/files/patch-impa-4-src-osdep-unix-mmdf.c
parentscience/sigrok-cli: update to 0.5.0 (diff)
Rename mail/ patch-xy patches to reflect the files they modify.
Notes
Notes: svn path=/head/; revision=363275
Diffstat (limited to 'mail/ml/files/patch-impa-4-src-osdep-unix-mmdf.c')
-rw-r--r--mail/ml/files/patch-impa-4-src-osdep-unix-mmdf.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/mail/ml/files/patch-impa-4-src-osdep-unix-mmdf.c b/mail/ml/files/patch-impa-4-src-osdep-unix-mmdf.c
deleted file mode 100644
index 81a7a6ac7b47..000000000000
--- a/mail/ml/files/patch-impa-4-src-osdep-unix-mmdf.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- ../imap-4/src/osdep/unix/mmdf.c.orig Tue Mar 31 13:07:25 1998
-+++ ../imap-4/src/osdep/unix/mmdf.c Sat Aug 20 00:17:25 2005
-@@ -869,7 +869,7 @@
- /* length of internal + message headers */
- iov[j].iov_len = (m->header + m->headersize) - m->internal;
- /* suppress extra newline if present */
-- if ((iov[j].iov_base)[iov[j].iov_len - 2] == '\n') iov[j++].iov_len--;
-+ if (((char *)iov[j].iov_base)[iov[j].iov_len - 2] == '\n') iov[j++].iov_len--;
- else j++; /* unlikely but... */
- /* status */
- iov[j].iov_base = status;
-@@ -1727,7 +1727,7 @@
- /* length of internal + message headers */
- iov[j].iov_len = (m->header + m->headersize) - m->internal;
- /* suppress extra newline if present */
-- if ((iov[j].iov_base)[iov[j].iov_len - 2] == '\n') iov[j++].iov_len--;
-+ if (((char *)iov[j].iov_base)[iov[j].iov_len - 2] == '\n') iov[j++].iov_len--;
- else j++; /* unlikely but... */
- /* status */
- iov[j].iov_base = LOCAL->buf;