diff options
| -rw-r--r-- | hunt/hunt/hunt.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/hunt/hunt/hunt.c b/hunt/hunt/hunt.c index 9e13c44a..d11e628e 100644 --- a/hunt/hunt/hunt.c +++ b/hunt/hunt/hunt.c @@ -1,4 +1,4 @@ -/* $NetBSD: hunt.c,v 1.14 2002/09/20 17:27:57 mycroft Exp $ */ +/* $NetBSD: hunt.c,v 1.15 2002/09/20 20:58:12 mycroft Exp $ */ /* * Hunt * Copyright (c) 1985 Conrad C. Huang, Gregory S. Couch, Kenneth C.R.C. Arnold @@ -7,7 +7,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$NetBSD: hunt.c,v 1.14 2002/09/20 17:27:57 mycroft Exp $"); +__RCSID("$NetBSD: hunt.c,v 1.15 2002/09/20 20:58:12 mycroft Exp $"); #endif /* not lint */ # include <sys/param.h> @@ -49,10 +49,6 @@ static struct termios saved_tty; # define put_str addstr # endif -#if !defined(BSD_RELEASE) || BSD_RELEASE < 44 -extern int _putchar(); -#endif - FLAG Last_player = FALSE; # ifdef MONITOR FLAG Am_monitor = FALSE; |
