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/at.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/at/at.c') diff --git a/usr.bin/at/at.c b/usr.bin/at/at.c index daded16..3264d55 100644 --- a/usr.bin/at/at.c +++ b/usr.bin/at/at.c @@ -92,7 +92,7 @@ enum { ATQ, ATRM, AT, BATCH, CAT }; /* what program we want to run */ /* File scope variables */ -static char rcsid[] = "$Id: at.c,v 1.13 1997/03/29 04:27:56 imp Exp $"; +static const char rcsid[] = "$Id: at.c,v 1.14 1998/10/15 13:30:48 mckay Exp $"; char *no_export[] = { "TERM", "TERMCAP", "DISPLAY", "_" -- cgit v1.1