summaryrefslogtreecommitdiffstats
path: root/larn/config.c
diff options
context:
space:
mode:
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