]> git.pld-linux.org Git - packages/bsd-games.git/blame - bsd-games-headers.patch
- CVE reference for debian patch
[packages/bsd-games.git] / bsd-games-headers.patch
CommitLineData
c8432600
JB
1--- bsd-games-2.14/battlestar/command1.c.tim Mon Nov 1 13:40:44 1999
2+++ bsd-games-2.14/battlestar/command1.c Mon Nov 1 13:41:12 1999
86b52a02
SZ
3@@ -33,6 +33,7 @@
4 * SUCH DAMAGE.
5 */
6
7+#include <stdio.h>
8 #include <sys/cdefs.h>
9 #ifndef lint
10 #if 0
11--- bsd-games-2.8/battlestar/cypher.c.tim Mon Nov 1 13:41:25 1999
12+++ bsd-games-2.8/battlestar/cypher.c Mon Nov 1 13:41:49 1999
13@@ -33,6 +33,7 @@
14 * SUCH DAMAGE.
15 */
16
17+#include <stdio.h>
18 #include <sys/cdefs.h>
19 #ifndef lint
20 #if 0
21--- bsd-games-2.8/battlestar/getcom.c.tim Mon Nov 1 13:42:02 1999
22+++ bsd-games-2.8/battlestar/getcom.c Mon Nov 1 13:42:19 1999
23@@ -32,7 +32,7 @@
24 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25 * SUCH DAMAGE.
26 */
27-
28+#include <stdio.h>
29 #include <sys/cdefs.h>
30 #ifndef lint
31 #if 0
32--- bsd-games-2.8/battlestar/fly.c.tim Mon Nov 1 13:42:33 1999
33+++ bsd-games-2.8/battlestar/fly.c Mon Nov 1 13:42:51 1999
34@@ -32,7 +32,7 @@
35 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
36 * SUCH DAMAGE.
37 */
38-
39+#include <stdio.h>
40 #include <sys/cdefs.h>
41 #ifndef lint
42 #if 0
43--- bsd-games-2.8/dm/dm.c.tim Mon Nov 1 13:43:28 1999
44+++ bsd-games-2.8/dm/dm.c Mon Nov 1 13:44:04 1999
45@@ -32,7 +32,8 @@
46 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
47 * SUCH DAMAGE.
48 */
49-
50+#include <stdio.h>
51+#include <unistd.h>
52 #include <sys/cdefs.h>
53 #ifndef lint
54 __COPYRIGHT("@(#) Copyright (c) 1987, 1993\n\
55--- bsd-games-2.8/snake/snake/snake.c.tim Mon Nov 1 13:44:28 1999
56+++ bsd-games-2.8/snake/snake/snake.c Mon Nov 1 13:44:54 1999
57@@ -32,7 +32,7 @@
58 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
59 * SUCH DAMAGE.
60 */
61-
62+#include <stdio.h>
63 #include <sys/cdefs.h>
64 #ifndef lint
65 __COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
66--- bsd-games-2.8/tetris/scores.c.tim Mon Nov 1 13:45:16 1999
67+++ bsd-games-2.8/tetris/scores.c Mon Nov 1 13:45:51 1999
68@@ -47,9 +47,9 @@
69 */
70 #include <err.h>
71 #include <errno.h>
72+#include <stdio.h>
73 #include <fcntl.h>
74 #include <pwd.h>
75-#include <stdio.h>
76 #include <stdlib.h>
77 #include <string.h>
78 #include <sys/file.h>
This page took 0.045018 seconds and 4 git commands to generate.