summaryrefslogtreecommitdiffstats
path: root/hangman/setup.c
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2012-06-19 05:45:00 +0000
committerdholland <dholland@NetBSD.org>2012-06-19 05:45:00 +0000
commit4cb1100e13371f1523900523aba506ae1c62e44c (patch)
tree31a3dc4d964c1ea7cc444eca686b8c28afa0dae3 /hangman/setup.c
parent60030fd11e6c646dbc35c5254b2520d5af45288f (diff)
downloadbsdgames-darwin-4cb1100e13371f1523900523aba506ae1c62e44c.tar.gz
bsdgames-darwin-4cb1100e13371f1523900523aba506ae1c62e44c.tar.zst
bsdgames-darwin-4cb1100e13371f1523900523aba506ae1c62e44c.zip
WARNS=5
Diffstat (limited to 'hangman/setup.c')
-rw-r--r--hangman/setup.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/hangman/setup.c b/hangman/setup.c
index aa07a0e9..d5979f81 100644
--- a/hangman/setup.c
+++ b/hangman/setup.c
@@ -1,4 +1,4 @@
-/* $NetBSD: setup.c,v 1.10 2003/08/07 09:37:22 agc Exp $ */
+/* $NetBSD: setup.c,v 1.11 2012/06/19 05:45:00 dholland Exp $ */
/*-
* Copyright (c) 1983, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)setup.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: setup.c,v 1.10 2003/08/07 09:37:22 agc Exp $");
+__RCSID("$NetBSD: setup.c,v 1.11 2012/06/19 05:45:00 dholland Exp $");
#endif
#endif /* not lint */
@@ -47,7 +47,7 @@ __RCSID("$NetBSD: setup.c,v 1.10 2003/08/07 09:37:22 agc Exp $");
* Set up the strings on the screen.
*/
void
-setup()
+setup(void)
{
const char *const *sp;
static struct stat sbuf;