aboutsummaryrefslogtreecommitdiffstats
path: root/games/xpipeman/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'games/xpipeman/files/patch-ac')
-rw-r--r--games/xpipeman/files/patch-ac12
1 files changed, 9 insertions, 3 deletions
diff --git a/games/xpipeman/files/patch-ac b/games/xpipeman/files/patch-ac
index 9c079224368d..df7d9d2379f1 100644
--- a/games/xpipeman/files/patch-ac
+++ b/games/xpipeman/files/patch-ac
@@ -1,6 +1,6 @@
---- main.c.orig 2011-02-02 19:11:34.000000000 +0100
-+++ main.c 2011-01-24 17:44:29.000000000 +0100
-@@ -146,16 +146,6 @@
+--- ./main.c.orig 1991-09-13 20:32:10.000000000 +0000
++++ ./main.c 2013-05-31 10:39:59.000000000 +0000
+@@ -146,21 +146,11 @@
{"-scorefile","scorefile",XrmoptionSepArg, NULL },
};
@@ -17,6 +17,12 @@
/*----------------------------------------------------------------------*/
+ main(argc, argv)
+- unsigned int argc;
++ int argc;
+ char **argv;
+ {
+ Arg args[1];
@@ -168,6 +158,17 @@
Widget quit_command,
new_game_command;