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.11 (requested by jmc i...



details:   https://anonhg.NetBSD.org/src/rev/165aabf41c21
branches:  netbsd-2
changeset: 563362:165aabf41c21
user:      tron <tron%NetBSD.org@localhost>
date:      Fri Apr 08 21:43:30 2005 +0000

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

diffstat:

 games/phantasia/misc.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 5f5fec7e3fc0 -r 165aabf41c21 games/phantasia/misc.c
--- a/games/phantasia/misc.c    Fri Apr 08 21:43:24 2005 +0000
+++ b/games/phantasia/misc.c    Fri Apr 08 21:43:30 2005 +0000
@@ -1,10 +1,11 @@
-/*     $NetBSD: misc.c,v 1.10 2004/01/01 16:03:46 jsm Exp $    */
+/*     $NetBSD: misc.c,v 1.10.4.1 2005/04/08 21:43:30 tron Exp $       */
 
 /*
  * misc.c  Phantasia miscellaneous support routines
  */
 
 #include "include.h"
+#include <curses.h>
 
 
 void



Home | Main Index | Thread Index | Old Index