aboutsummaryrefslogtreecommitdiff
path: root/games/xmille/files/patch-control__affirm.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/xmille/files/patch-control__affirm.c')
-rw-r--r--games/xmille/files/patch-control__affirm.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/games/xmille/files/patch-control__affirm.c b/games/xmille/files/patch-control__affirm.c
new file mode 100644
index 000000000000..fbd419d08581
--- /dev/null
+++ b/games/xmille/files/patch-control__affirm.c
@@ -0,0 +1,20 @@
+--- control/affirm.c.orig Tue Jul 12 02:55:50 1988
++++ control/affirm.c Fri Jun 15 02:05:02 2007
+@@ -9,6 +9,7 @@
+ # include "co_class.h"
+ # include <sys/time.h>
+ # include <assert.h>
++# include <string.h>
+
+ /*
+ * affirm window on screen
+@@ -33,6 +34,9 @@
+ static Window affirm, ok, cancel;
+ extern GC co_fore_gc;
+ static int OKstate, CANCELstate;
++
++static int redisplayLabel();
++
+
+ int
+ co_affirm(title, parent)