Add const to the copyright variable

Bump WARNS to level 2
This commit is contained in:
Baptiste Daroussin 2015-06-06 13:13:39 +00:00
parent f692ba0712
commit f41337c150
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=284070
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ EFILES= mail.rc
LINKS= ${BINDIR}/mail ${BINDIR}/Mail ${BINDIR}/mail ${BINDIR}/mailx
MLINKS= mail.1 Mail.1 mail.1 mailx.1
WARNS?= 1
WARNS?= 2
.PATH: ${.CURDIR}/misc

View File

@ -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 */