mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
279 B
Plaintext
14 lines
279 B
Plaintext
$NetBSD: patch-xlogout_c,v 1.1 2011/08/01 06:03:35 dholland Exp $
|
|
|
|
--- xlogout.c~ 1989-11-29 23:29:37.000000000 +0000
|
|
+++ xlogout.c
|
|
@@ -48,7 +48,7 @@ static XrmOptionDescRec options[] = {
|
|
};
|
|
|
|
|
|
-void main (argc, argv)
|
|
+int main (argc, argv)
|
|
int argc;
|
|
char **argv;
|
|
{
|