diff options
Diffstat (limited to 'games/mille/misc.c')
-rw-r--r-- | games/mille/misc.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/games/mille/misc.c b/games/mille/misc.c index 08f71780677..8a6f8f2e814 100644 --- a/games/mille/misc.c +++ b/games/mille/misc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: misc.c,v 1.3 1998/09/22 04:08:23 pjanzen Exp $ */ +/* $OpenBSD: misc.c,v 1.4 1999/09/25 15:52:20 pjanzen Exp $ */ /* $NetBSD: misc.c,v 1.4 1995/03/24 05:01:54 cgd Exp $ */ /* @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$OpenBSD: misc.c,v 1.3 1998/09/22 04:08:23 pjanzen Exp $"; +static char rcsid[] = "$OpenBSD: misc.c,v 1.4 1999/09/25 15:52:20 pjanzen Exp $"; #endif #endif /* not lint */ @@ -53,11 +53,6 @@ static char rcsid[] = "$OpenBSD: misc.c,v 1.3 1998/09/22 04:08:23 pjanzen Exp $" #include "mille.h" -# ifdef attron -# include <term.h> -# define _tty cur_term->Nttyb -# endif attron - /* * @(#)misc.c 1.2 (Berkeley) 3/28/83 */ |