diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 2000-07-24 01:02:45 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 2000-07-24 01:02:45 +0000 |
commit | 87ec33b1645ce0df4e10ca488963124aae5d6aba (patch) | |
tree | b2cb10f1d5707531f8e7d27862afbb1b5bcbe76c /games/battlestar/com1.c | |
parent | 6733abcea81310bb15a823e3175256e27b978fa7 (diff) |
Rename move() to moveplayer() to avoid clashing with curses;
from mycroft@netbsd.org
Diffstat (limited to 'games/battlestar/com1.c')
-rw-r--r-- | games/battlestar/com1.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/battlestar/com1.c b/games/battlestar/com1.c index 99f3a7d300e..dbf9b76b2cc 100644 --- a/games/battlestar/com1.c +++ b/games/battlestar/com1.c @@ -1,4 +1,4 @@ -/* $OpenBSD: com1.c,v 1.8 2000/07/03 05:23:44 pjanzen Exp $ */ +/* $OpenBSD: com1.c,v 1.9 2000/07/24 01:02:43 pjanzen Exp $ */ /* $NetBSD: com1.c,v 1.3 1995/03/21 15:06:51 cgd Exp $ */ /* @@ -38,14 +38,14 @@ #if 0 static char sccsid[] = "@(#)com1.c 8.2 (Berkeley) 4/28/95"; #else -static char rcsid[] = "$OpenBSD: com1.c,v 1.8 2000/07/03 05:23:44 pjanzen Exp $"; +static char rcsid[] = "$OpenBSD: com1.c,v 1.9 2000/07/24 01:02:43 pjanzen Exp $"; #endif #endif /* not lint */ #include "extern.h" int -move(thataway, token) +moveplayer(thataway, token) int thataway, token; { wordnumber++; |