Make this WARNS=2 clean by

- constifying copyright

PR:		39867
Submitted by:	Dan Lukes <dan@obluda.cz>
Tested by:	make universe
This commit is contained in:
Johan Karlsson 2003-11-13 19:18:43 +00:00
parent 8b5e064d28
commit b1da57aeb5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122622
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,6 @@ MAN= mount_ext2fs.8
MOUNT= ${.CURDIR}/../mount
CFLAGS+= -I${MOUNT}
WARNS= 0
.PATH: ${MOUNT}

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static char copyright[] =
static const char copyright[] =
"@(#) Copyright (c) 1993, 1994\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */