summaryrefslogtreecommitdiff
path: root/mail/cyrus/files/patch-imap-toimsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/cyrus/files/patch-imap-toimsp.c')
-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);