Subject: pkg/28898: mail/xmailbox code has small flaw
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <georg.schwarz@freenet.de>
List: pkgsrc-bugs
Date: 01/07/2005 22:27:00
>Number: 28898
>Category: pkg
>Synopsis: mail/xmailbox code has small flaw
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Fri Jan 07 22:27:00 +0000 2005
>Originator: Georg Schwarz
>Release: current pkgsrc
>Organization:
>Environment:
IRIX lorenz 5.3 08031225 IP20 mips
>Description:
mail/xmailbox code has small flaw which might prevent it from compiling on some systems.
>How-To-Repeat:
>Fix:
--- Mailbox.c.orig1 2005-01-07 23:15:16.000000000 +0100
+++ Mailbox.c 2005-01-07 23:17:44.000000000 +0100
@@ -276,7 +276,7 @@
return (XtGetGC ((Widget) w, valuemask, &xgcv));
}
-int zombiekiller()
+void zombiekiller()
{
int status;
Unfortunaltely I don't see how to report that upstream.