From 731caa6ae4f0e01f800f3ce1c13d6f9196a3cfee Mon Sep 17 00:00:00 2001 From: archie Date: Sun, 6 Dec 1998 07:42:09 +0000 Subject: Eliminate compiler warnings from -Wall --- usr.bin/at/panic.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin/at/panic.c') diff --git a/usr.bin/at/panic.c b/usr.bin/at/panic.c index 7ef0e15d..c111dd8 100644 --- a/usr.bin/at/panic.c +++ b/usr.bin/at/panic.c @@ -37,7 +37,8 @@ /* File scope variables */ -static char rcsid[] = "$Id: panic.c,v 1.6 1997/02/22 19:54:06 peter Exp $"; +static const char rcsid[] = + "$Id: panic.c,v 1.7 1997/06/23 06:44:18 charnier Exp $"; /* External variables */ -- cgit v1.1