From 6d80e805c700c9ffb05d5280da76c91ba0f2d039 Mon Sep 17 00:00:00 2001 From: matt Date: Sat, 18 Feb 2012 06:57:23 +0000 Subject: Fix conflicting variable definitions --- larn/global.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'larn') diff --git a/larn/global.c b/larn/global.c index bade6a23..54d34af7 100644 --- a/larn/global.c +++ b/larn/global.c @@ -1,4 +1,4 @@ -/* $NetBSD: global.c,v 1.12 2008/02/04 01:07:01 dholland Exp $ */ +/* $NetBSD: global.c,v 1.13 2012/02/18 06:57:23 matt Exp $ */ /* * global.c Larn is copyrighted 1986 by Noah Morgan. @@ -21,7 +21,7 @@ */ #include #ifndef lint -__RCSID("$NetBSD: global.c,v 1.12 2008/02/04 01:07:01 dholland Exp $"); +__RCSID("$NetBSD: global.c,v 1.13 2012/02/18 06:57:23 matt Exp $"); #endif /* not lint */ #include @@ -32,7 +32,7 @@ extern int score[], dropflag; extern char *what[], *who[]; extern char winner[]; extern char sciv[SCORESIZE + 1][26][2]; -extern char *password; +extern const char *password; /* raiselevel() -- cgit v1.2.3-56-ge451