summaryrefslogtreecommitdiff
path: root/mail/cyrus/files/patch-imap-toimsp.c
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-10-27 23:53:03 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-10-27 23:53:03 +0000
commit76e0f6e66d76947864265964c2fa82383efa6802 (patch)
tree5fd8103113869a4d20a848cc938a0c816773b777 /mail/cyrus/files/patch-imap-toimsp.c
parentMove dependency on perl to hpt. (diff)
Fix build on -CURRENT.
Bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=92364
Diffstat (limited to '')
-rw-r--r--mail/cyrus/files/patch-imap-toimsp.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/cyrus/files/patch-imap-toimsp.c b/mail/cyrus/files/patch-imap-toimsp.c
new file mode 100644
index 000000000000..e78d083977aa
--- /dev/null
+++ b/mail/cyrus/files/patch-imap-toimsp.c
@@ -0,0 +1,20 @@
+--- imap/toimsp.c.orig Tue Oct 28 05:27:12 2003
++++ imap/toimsp.c Tue Oct 28 05:27:25 2003
+@@ -129,7 +129,7 @@
+ break;
+
+ default:
+- abort("Internal error: unrecognized toimsp type", EC_SOFTWARE);
++ abort();
+ }
+ }
+ }
+@@ -141,7 +141,7 @@
+ iov[num_iov++].iov_len = 1;
+
+ if (num_iov > VECSIZE) {
+- abort("Internal error: toimsp arg list overflow", EC_SOFTWARE);
++ abort();
+ }
+
+ (void) retry_writev(fd, iov, num_iov);