summaryrefslogtreecommitdiff
path: root/mail/xmailbox/patches
diff options
context:
space:
mode:
authorschwarz <schwarz@pkgsrc.org>2005-03-04 15:31:42 +0000
committerschwarz <schwarz@pkgsrc.org>2005-03-04 15:31:42 +0000
commitc442ad615e636cfedbf9cea843d23b62dbfe8b98 (patch)
tree4c72c5b6bf84f1409de29feda851747c37295f36 /mail/xmailbox/patches
parentd7afe57a111e0433fb429abe2b67d880395d2a54 (diff)
downloadpkgsrc-c442ad615e636cfedbf9cea843d23b62dbfe8b98.tar.gz
fixed a small code flaw in Mailbox.c as reported in PR#28898
Diffstat (limited to 'mail/xmailbox/patches')
-rw-r--r--mail/xmailbox/patches/patch-ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/xmailbox/patches/patch-ac b/mail/xmailbox/patches/patch-ac
new file mode 100644
index 00000000000..402f393931b
--- /dev/null
+++ b/mail/xmailbox/patches/patch-ac
@@ -0,0 +1,11 @@
+--- Mailbox.c.orig 2005-03-04 15:58:13.000000000 +0100
++++ Mailbox.c 2005-03-04 15:58:52.000000000 +0100
+@@ -276,7 +276,7 @@
+ return (XtGetGC ((Widget) w, valuemask, &xgcv));
+ }
+
+-int zombiekiller()
++void zombiekiller()
+ {
+ int status;
+