From 84d25b7fc1866e662d07f1e5d4b17f13c8547fc9 Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 7 Jun 2009 20:31:10 +0000 Subject: sprinkle some more const --- hack/hack.Decl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hack/hack.Decl.c') diff --git a/hack/hack.Decl.c b/hack/hack.Decl.c index 9166f5ea..69bd0691 100644 --- a/hack/hack.Decl.c +++ b/hack/hack.Decl.c @@ -1,4 +1,4 @@ -/* $NetBSD: hack.Decl.c,v 1.6 2003/04/02 18:36:35 jsm Exp $ */ +/* $NetBSD: hack.Decl.c,v 1.7 2009/06/07 20:31:10 dholland Exp $ */ /* * Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica, @@ -63,11 +63,11 @@ #include #ifndef lint -__RCSID("$NetBSD: hack.Decl.c,v 1.6 2003/04/02 18:36:35 jsm Exp $"); +__RCSID("$NetBSD: hack.Decl.c,v 1.7 2009/06/07 20:31:10 dholland Exp $"); #endif /* not lint */ #include "hack.h" -char nul[40]; /* contains zeros */ +const char nul[40]; /* contains zeros */ char plname[PL_NSIZ];/* player name */ char lock[PL_NSIZ + 4] = "1lock"; /* long enough for login name * .99 */ -- cgit v1.2.3-56-ge451