summaryrefslogtreecommitdiffstats
path: root/larn/config.c
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2008-01-28 05:38:53 +0000
committerdholland <dholland@NetBSD.org>2008-01-28 05:38:53 +0000
commite30950ccc7c7c31c69f1d31c16b0212bbf168ceb (patch)
tree2db2120a69bedac57d95d284e878f9975b6a17ed /larn/config.c
parent9005237a04850abb22afe099ef07649b4115ed3f (diff)
downloadbsdgames-darwin-e30950ccc7c7c31c69f1d31c16b0212bbf168ceb.tar.gz
bsdgames-darwin-e30950ccc7c7c31c69f1d31c16b0212bbf168ceb.tar.zst
bsdgames-darwin-e30950ccc7c7c31c69f1d31c16b0212bbf168ceb.zip
Larn now builds with WARNS=4.
Diffstat (limited to 'larn/config.c')
-rw-r--r--larn/config.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/larn/config.c b/larn/config.c
index 30b64cfd..47aa03ac 100644
--- a/larn/config.c
+++ b/larn/config.c
@@ -1,4 +1,4 @@
-/* $NetBSD: config.c,v 1.5 1997/10/18 20:03:08 christos Exp $ */
+/* $NetBSD: config.c,v 1.6 2008/01/28 05:38:53 dholland Exp $ */
/*
* config.c -- This defines the installation dependent variables.
@@ -10,7 +10,7 @@
*/
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: config.c,v 1.5 1997/10/18 20:03:08 christos Exp $");
+__RCSID("$NetBSD: config.c,v 1.6 2008/01/28 05:38:53 dholland Exp $");
#endif /* not lint */
#include "header.h"
@@ -43,7 +43,7 @@ char playerids[] = _PATH_PLAYERIDS;
char diagfile[] = "Diagfile"; /* the diagnostic filename */
char ckpfile[] = "Larn12.0.ckp"; /* the checkpoint filename */
-char *password = "pvnert(x)"; /* the wizards password <=32 */
+const char *password = "pvnert(x)"; /* the wizards password <=32 */
char psname[PSNAMESIZE] = "larn"; /* the process name */
#define WIZID 1