Add const to the copyright variable
Bump WARNS to level 2
This commit is contained in:
parent
c910801d6a
commit
6720ff676c
@ -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
|
||||
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user