prototype fixes and missing RCS Ids
This commit is contained in:
parent
0875eae332
commit
ec2654cd05
@ -1,3 +1,4 @@
|
|||||||
|
$OpenBSD: patch-Imakefile,v 1.3 2003/09/28 01:08:49 naddy Exp $
|
||||||
--- Imakefile.orig Fri Feb 28 08:48:57 1997
|
--- Imakefile.orig Fri Feb 28 08:48:57 1997
|
||||||
+++ Imakefile Mon Sep 16 02:01:05 2002
|
+++ Imakefile Mon Sep 16 02:01:05 2002
|
||||||
@@ -6,58 +6,58 @@
|
@@ -6,58 +6,58 @@
|
||||||
|
11
games/xsoldier/patches/patch-ending_c
Normal file
11
games/xsoldier/patches/patch-ending_c
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
$OpenBSD: patch-ending_c,v 1.1 2003/09/28 01:08:49 naddy Exp $
|
||||||
|
--- ending.c.orig 2003-09-28 03:00:54.000000000 +0200
|
||||||
|
+++ ending.c 2003-09-28 03:01:12.000000000 +0200
|
||||||
|
@@ -8,6 +8,7 @@
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
+#include <string.h>
|
||||||
|
#include <X11/Xlib.h>
|
||||||
|
#include <X11/Xutil.h>
|
||||||
|
#include <X11/keysym.h>
|
11
games/xsoldier/patches/patch-game_c
Normal file
11
games/xsoldier/patches/patch-game_c
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
$OpenBSD: patch-game_c,v 1.1 2003/09/28 01:08:49 naddy Exp $
|
||||||
|
--- game.c.orig 2003-09-28 02:59:52.000000000 +0200
|
||||||
|
+++ game.c 2003-09-28 03:00:04.000000000 +0200
|
||||||
|
@@ -8,6 +8,7 @@
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
+#include <string.h>
|
||||||
|
#include <X11/Xlib.h>
|
||||||
|
#include <X11/Xutil.h>
|
||||||
|
#include <X11/keysym.h>
|
@ -1,6 +1,15 @@
|
|||||||
$OpenBSD: patch-main_c,v 1.2 2002/09/16 08:18:11 pvalchev Exp $
|
$OpenBSD: patch-main_c,v 1.3 2003/09/28 01:08:49 naddy Exp $
|
||||||
--- main.c.orig Fri Feb 28 08:50:07 1997
|
--- main.c.orig 1997-02-28 16:50:07.000000000 +0100
|
||||||
+++ main.c Mon Sep 16 01:57:49 2002
|
+++ main.c 2003-09-28 03:04:58.000000000 +0200
|
||||||
|
@@ -46,7 +46,7 @@ static void usage(void);
|
||||||
|
|
||||||
|
static void init(void);
|
||||||
|
static void clean(void);
|
||||||
|
-static void sig_handle(void);
|
||||||
|
+static void sig_handle(int);
|
||||||
|
|
||||||
|
/*** ¤Õ¤¡¤¤¤ë¤°¤í¡¼¤Ð¤ë ***/
|
||||||
|
static char command[32];
|
||||||
@@ -129,14 +129,14 @@ static void arginit(int argc, char *argv
|
@@ -129,14 +129,14 @@ static void arginit(int argc, char *argv
|
||||||
argv0++;
|
argv0++;
|
||||||
else
|
else
|
||||||
@ -18,3 +27,12 @@ $OpenBSD: patch-main_c,v 1.2 2002/09/16 08:18:11 pvalchev Exp $
|
|||||||
}
|
}
|
||||||
else if ((strcmp(argv[i],"-wait")==0) || (strcmp(argv[i],"-w")==0))
|
else if ((strcmp(argv[i],"-wait")==0) || (strcmp(argv[i],"-w")==0))
|
||||||
{
|
{
|
||||||
|
@@ -354,7 +354,7 @@ static void clean(void)
|
||||||
|
#endif
|
||||||
|
}
|
||||||
|
|
||||||
|
-static void sig_handle(void)
|
||||||
|
+static void sig_handle(int signo)
|
||||||
|
{
|
||||||
|
signal_delivered = 1;
|
||||||
|
}
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
$OpenBSD: patch-manage_c,v 1.2 2003/09/28 01:08:49 naddy Exp $
|
||||||
--- manage.c.orig Mon Jun 9 19:41:29 1997
|
--- manage.c.orig Mon Jun 9 19:41:29 1997
|
||||||
+++ manage.c Mon Jun 9 19:41:41 1997
|
+++ manage.c Mon Jun 9 19:41:41 1997
|
||||||
@@ -9,7 +9,6 @@
|
@@ -9,7 +9,6 @@
|
||||||
|
11
games/xsoldier/patches/patch-opening_c
Normal file
11
games/xsoldier/patches/patch-opening_c
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
$OpenBSD: patch-opening_c,v 1.1 2003/09/28 01:08:49 naddy Exp $
|
||||||
|
--- opening.c.orig 2003-09-28 03:00:32.000000000 +0200
|
||||||
|
+++ opening.c 2003-09-28 03:00:43.000000000 +0200
|
||||||
|
@@ -8,6 +8,7 @@
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
+#include <string.h>
|
||||||
|
#include <X11/Xlib.h>
|
||||||
|
#include <X11/Xutil.h>
|
||||||
|
#include <X11/keysym.h>
|
Loading…
Reference in New Issue
Block a user