diff options
-rw-r--r-- | games/bs/bs.c | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/games/bs/bs.c b/games/bs/bs.c index cb3fc962a4b..c39d4a378ba 100644 --- a/games/bs/bs.c +++ b/games/bs/bs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bs.c,v 1.18 2002/12/06 21:48:51 millert Exp $ */ +/* $OpenBSD: bs.c,v 1.19 2003/05/19 08:18:23 pjanzen Exp $ */ /* * bs.c - original author: Bruce Holloway * salvo option by: Chuck A DeGaul @@ -11,7 +11,7 @@ */ #ifndef lint -static const char rcsid[] = "$OpenBSD: bs.c,v 1.18 2002/12/06 21:48:51 millert Exp $"; +static const char rcsid[] = "$OpenBSD: bs.c,v 1.19 2003/05/19 08:18:23 pjanzen Exp $"; #endif /* #define _POSIX_SOURCE */ /* ( random() ) */ @@ -27,15 +27,6 @@ static const char rcsid[] = "$OpenBSD: bs.c,v 1.18 2002/12/06 21:48:51 millert E #include <time.h> #include <unistd.h> -#ifndef A_UNDERLINE /* BSD curses */ -#define beep() write(1,"\007",1); -#define cbreak crmode -#define saveterm savetty -#define resetterm resetty -#define nocbreak nocrmode -#define strchr index -#endif /* !A_UNDERLINE */ - static int getcoord(int atcpu); /* |