From fa146c53357ea20afd3661d8093ea1db44198d5f Mon Sep 17 00:00:00 2001 From: Archie Cobbs Date: Sun, 6 Dec 1998 22:58:23 +0000 Subject: Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). --- usr.bin/checknr/Makefile | 1 + usr.bin/checknr/checknr.c | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'usr.bin/checknr') diff --git a/usr.bin/checknr/Makefile b/usr.bin/checknr/Makefile index c26524876bd4..85e4c48e827d 100644 --- a/usr.bin/checknr/Makefile +++ b/usr.bin/checknr/Makefile @@ -1,5 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= checknr +CFLAGS+=-Wall .include diff --git a/usr.bin/checknr/checknr.c b/usr.bin/checknr/checknr.c index f8531cc7da13..743ed04e24c5 100644 --- a/usr.bin/checknr/checknr.c +++ b/usr.bin/checknr/checknr.c @@ -32,13 +32,13 @@ */ #ifndef lint -static char copyright[] = +static const char copyright[] = "@(#) Copyright (c) 1980, 1993\n\ The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)checknr.c 8.1 (Berkeley) 6/6/93"; +static const char sccsid[] = "@(#)checknr.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ /* -- cgit v1.2.3