From 6720ff676c9b88cb7d95470d83fc364b0f83ab60 Mon Sep 17 00:00:00 2001 From: bapt Date: Sat, 6 Jun 2015 13:13:39 +0000 Subject: Add const to the copyright variable Bump WARNS to level 2 --- usr.bin/mail/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/mail/main.c') diff --git a/usr.bin/mail/main.c b/usr.bin/mail/main.c index 31372d0..0699a55 100644 --- a/usr.bin/mail/main.c +++ b/usr.bin/mail/main.c @@ -28,7 +28,7 @@ */ #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 */ -- cgit v1.1