summaryrefslogtreecommitdiffstats
path: root/games/xpipeman/files/patch-score.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/xpipeman/files/patch-score.c')
-rw-r--r--games/xpipeman/files/patch-score.c31
1 files changed, 31 insertions, 0 deletions
diff --git a/games/xpipeman/files/patch-score.c b/games/xpipeman/files/patch-score.c
new file mode 100644
index 0000000..ddeaebe
--- /dev/null
+++ b/games/xpipeman/files/patch-score.c
@@ -0,0 +1,31 @@
+--- score.c.orig 1991-09-13 22:32:12.000000000 +0200
++++ score.c 2011-02-02 19:34:46.908945354 +0100
+@@ -50,8 +50,9 @@
+ #include <X11/Xaw/Label.h>
+ #endif
+
+-#include <X11/Xos.h> /* brings in <sys/file.h> */
++#include <sys/file.h>
+ #include <stdio.h>
++#include <stdlib.h>
+ #include "xpipeman.h"
+
+ /*----------------------------------------------------------------------*/
+@@ -64,7 +65,7 @@
+
+ static SCORE scores[MAXSCORES];
+
+-void show_scores(),
++static void show_scores(),
+ new_high_score(),
+ load_scores(),
+ write_out_scores();
+@@ -198,7 +199,7 @@
+
+
+ /*ARGSUSED*/
+-static XtCallbackProc
++static void
+ popdown_callback(w, closure, call_data)
+ Widget w;
+ caddr_t closure;
OpenPOWER on IntegriCloud