Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2]: src/games/phantasia Pull up revision 1.7 (requested by jmc in...



details:   https://anonhg.NetBSD.org/src/rev/0488550ce5f5
branches:  netbsd-2
changeset: 563365:0488550ce5f5
user:      tron <tron%NetBSD.org@localhost>
date:      Fri Apr 08 21:43:47 2005 +0000

description:
Pull up revision 1.7 (requested by jmc in ticket #1032):
Rework to use curses.h only on the target, not on the host.

diffstat:

 games/phantasia/gamesupport.c |  3 ++-
 games/phantasia/interplayer.c |  3 ++-
 games/phantasia/io.c          |  3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diffs (48 lines):

diff -r 15397f69e1f1 -r 0488550ce5f5 games/phantasia/gamesupport.c
--- a/games/phantasia/gamesupport.c     Fri Apr 08 21:43:41 2005 +0000
+++ b/games/phantasia/gamesupport.c     Fri Apr 08 21:43:47 2005 +0000
@@ -1,10 +1,11 @@
-/*     $NetBSD: gamesupport.c,v 1.6 1999/09/08 21:57:19 jsm Exp $      */
+/*     $NetBSD: gamesupport.c,v 1.6.16.1 2005/04/08 21:43:47 tron Exp $        */
 
 /*
  * gamesupport.c - auxiliary routines for support of Phantasia
  */
 
 #include "include.h"
+#include <curses.h>
 
 void
 changestats(ingameflag)
diff -r 15397f69e1f1 -r 0488550ce5f5 games/phantasia/interplayer.c
--- a/games/phantasia/interplayer.c     Fri Apr 08 21:43:41 2005 +0000
+++ b/games/phantasia/interplayer.c     Fri Apr 08 21:43:47 2005 +0000
@@ -1,10 +1,11 @@
-/*     $NetBSD: interplayer.c,v 1.6 1999/09/18 19:38:52 jsm Exp $      */
+/*     $NetBSD: interplayer.c,v 1.6.16.1 2005/04/08 21:43:47 tron Exp $        */
 
 /*
  * interplayer.c - player to player routines for Phantasia
  */
 
 #include "include.h"
+#include <curses.h>
 
 void
 checkbattle()
diff -r 15397f69e1f1 -r 0488550ce5f5 games/phantasia/io.c
--- a/games/phantasia/io.c      Fri Apr 08 21:43:41 2005 +0000
+++ b/games/phantasia/io.c      Fri Apr 08 21:43:47 2005 +0000
@@ -1,10 +1,11 @@
-/*     $NetBSD: io.c,v 1.6 2004/02/08 00:32:07 jsm Exp $       */
+/*     $NetBSD: io.c,v 1.6.4.1 2005/04/08 21:43:47 tron Exp $  */
 
 /*
  * io.c - input/output routines for Phantasia
  */
 
 #include "include.h"
+#include <curses.h>
 
 void
 getstring(cp, mx)



Home | Main Index | Thread Index | Old Index