summaryrefslogtreecommitdiffstats
path: root/hunt
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>2002-09-20 20:58:12 +0000
committermycroft <mycroft@NetBSD.org>2002-09-20 20:58:12 +0000
commitda38d169cfd7595e5356f21c2c7fd2abd5207925 (patch)
tree5f51e0e235606148e68001377590aa065cbce493 /hunt
parenta59b491d37669e51053c17262118e5fec67ad358 (diff)
downloadbsdgames-darwin-da38d169cfd7595e5356f21c2c7fd2abd5207925.tar.gz
bsdgames-darwin-da38d169cfd7595e5356f21c2c7fd2abd5207925.tar.zst
bsdgames-darwin-da38d169cfd7595e5356f21c2c7fd2abd5207925.zip
Remove an unused declaration.
Diffstat (limited to 'hunt')
-rw-r--r--hunt/hunt/hunt.c8
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;