mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
14 lines
303 B
Plaintext
14 lines
303 B
Plaintext
$NetBSD: patch-ac,v 1.2 2005/03/04 16:27:26 schwarz Exp $
|
|
|
|
--- 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;
|
|
|