diff options
Diffstat (limited to 'hangman/setup.c')
| -rw-r--r-- | hangman/setup.c | 6 |
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; |
