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 --- gomoku/bdisp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gomoku') diff --git a/gomoku/bdisp.c b/gomoku/bdisp.c index 83db2d06..ae18d455 100644 --- a/gomoku/bdisp.c +++ b/gomoku/bdisp.c @@ -1,4 +1,4 @@ -/* $NetBSD: bdisp.c,v 1.15 2010/03/29 04:28:47 dholland Exp $ */ +/* $NetBSD: bdisp.c,v 1.16 2012/02/18 06:57:23 matt Exp $ */ /* * Copyright (c) 1994 @@ -37,7 +37,7 @@ #if 0 static char sccsid[] = "@(#)bdisp.c 8.2 (Berkeley) 5/3/95"; #else -__RCSID("$NetBSD: bdisp.c,v 1.15 2010/03/29 04:28:47 dholland Exp $"); +__RCSID("$NetBSD: bdisp.c,v 1.16 2012/02/18 06:57:23 matt Exp $"); #endif #endif /* not lint */ @@ -54,7 +54,7 @@ static int lastline; static char pcolor[] = "*O.?"; extern int interactive; -extern char *plyr[]; +extern const char *plyr[]; /* * Initialize screen display. -- cgit v1.2.3-56-ge451