summaryrefslogtreecommitdiffstats
path: root/hangman/setup.c
diff options
context:
space:
mode:
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 a0f003b2..4ba9f7df 100644
--- a/hangman/setup.c
+++ b/hangman/setup.c
@@ -1,4 +1,4 @@
-/* $NetBSD: setup.c,v 1.5 1997/10/11 08:01:06 lukem Exp $ */
+/* $NetBSD: setup.c,v 1.6 1999/09/08 21:17:50 jsm Exp $ */
/*-
* Copyright (c) 1983, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)setup.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: setup.c,v 1.5 1997/10/11 08:01:06 lukem Exp $");
+__RCSID("$NetBSD: setup.c,v 1.6 1999/09/08 21:17:50 jsm Exp $");
#endif
#endif /* not lint */
@@ -52,7 +52,7 @@ __RCSID("$NetBSD: setup.c,v 1.5 1997/10/11 08:01:06 lukem Exp $");
void
setup()
{
- char **sp;
+ const char *const *sp;
static struct stat sbuf;
noecho();