summaryrefslogtreecommitdiff
path: root/games/bs/files/patch-ab
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-06-04 05:23:47 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-06-04 05:23:47 +0000
commit863582a685d4c1f231f4be3070fb8126ab33ba0f (patch)
tree346419a56ddd7f124ccc7796e05c8a0f42ae26e5 /games/bs/files/patch-ab
parentAdd nmh. (diff)
"Battleships solitaire" game (whatever that means).
PR: 3692 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Notes
Notes: svn path=/head/; revision=6739
Diffstat (limited to 'games/bs/files/patch-ab')
-rw-r--r--games/bs/files/patch-ab19
1 files changed, 19 insertions, 0 deletions
diff --git a/games/bs/files/patch-ab b/games/bs/files/patch-ab
new file mode 100644
index 000000000000..c52aac7e503a
--- /dev/null
+++ b/games/bs/files/patch-ab
@@ -0,0 +1,19 @@
+*** bs.c Thu May 9 02:14:05 1996
+--- /home/andy/tmp/wrk/bs.c Mon May 26 17:57:07 1997
+***************
+*** 9,15 ****
+ */
+ #define _POSIX_SOURCE
+
+! #include <curses.h>
+ #include <signal.h>
+ #include <ctype.h>
+ #include <stdlib.h>
+--- 9,15 ----
+ */
+ #define _POSIX_SOURCE
+
+! #include <ncurses.h>
+ #include <signal.h>
+ #include <ctype.h>
+ #include <stdlib.h>