mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
344 B
Plaintext
16 lines
344 B
Plaintext
$NetBSD: patch-fwf_src_button_buttont_c,v 1.1 2011/09/04 23:35:53 dholland Exp $
|
|
|
|
fix void main
|
|
|
|
--- FWF/src/Button/ButtonT.c.orig 1998-08-12 23:27:08.000000000 +0000
|
|
+++ FWF/src/Button/ButtonT.c
|
|
@@ -89,7 +89,7 @@ static void quit(w, client_data, call_da
|
|
}
|
|
|
|
|
|
-void main(argc, argv)
|
|
+int main(argc, argv)
|
|
int argc;
|
|
String *argv;
|
|
{
|