pkgsrc/x11/xlogout/patches/patch-xlogout_c

14 lines
279 B
Text
Raw Normal View History

2011-08-01 08:03:35 +02:00
$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;
{