]> git.pld-linux.org Git - packages/bsd-games.git/blame - bsd-games-ospeed.patch
- 2.14, updated headers and config patches, removed obsolete destdir patch
[packages/bsd-games.git] / bsd-games-ospeed.patch
CommitLineData
86b52a02
SZ
1--- bsd-games-2.8/backgammon/backgammon/main.c.ospeed Mon Nov 1 15:15:18 1999
2+++ bsd-games-2.8/backgammon/backgammon/main.c Mon Nov 1 15:15:58 1999
3@@ -34,6 +34,7 @@
4 */
5
6 #include <sys/cdefs.h>
7+#include <termcap.h>
8 #ifndef lint
9 __COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
10 The Regents of the University of California. All rights reserved.\n");
11@@ -57,7 +58,7 @@
12 extern const char *const instr[]; /* text of instructions */
13 extern const char *const message[]; /* update message */
14 #ifndef NCURSES_VERSION
15-short ospeed; /* tty output speed */
16+/*short ospeed; */ /* tty output speed */
17 #endif
18
19 const char *const helpm[] = { /* help message */
20--- bsd-games-2.8/backgammon/teachgammon/teach.c.ospeed Mon Nov 1 15:16:15 1999
21+++ bsd-games-2.8/backgammon/teachgammon/teach.c Mon Nov 1 15:16:55 1999
22@@ -34,6 +34,7 @@
23 */
24
25 #include <sys/cdefs.h>
26+#include <termcap.h>
27 #ifndef lint
28 __COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
29 The Regents of the University of California. All rights reserved.\n");
86b52a02
SZ
30--- bsd-games-2.8/tetris/screen.c.ospeed Mon Nov 1 15:17:43 1999
31+++ bsd-games-2.8/tetris/screen.c Mon Nov 1 15:18:29 1999
32@@ -76,7 +76,7 @@
33 extern char PC, *BC, *UP; /* tgoto requires globals: ugh! */
34 static char BCdefault[] = "\b";
35 #ifndef NCURSES_VERSION
36-short ospeed;
37+/*short ospeed;*/
38 #endif
39
40 static char
This page took 0.065014 seconds and 4 git commands to generate.