From b1da57aeb5d8e4cbb717dab76680f2e4f7f65c30 Mon Sep 17 00:00:00 2001 From: Johan Karlsson Date: Thu, 13 Nov 2003 19:18:43 +0000 Subject: [PATCH] Make this WARNS=2 clean by - constifying copyright PR: 39867 Submitted by: Dan Lukes Tested by: make universe --- sbin/mount_ext2fs/Makefile | 1 - sbin/mount_ext2fs/mount_ext2fs.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/sbin/mount_ext2fs/Makefile b/sbin/mount_ext2fs/Makefile index 45a29c48e895..3eefb92eb8c0 100644 --- a/sbin/mount_ext2fs/Makefile +++ b/sbin/mount_ext2fs/Makefile @@ -7,7 +7,6 @@ MAN= mount_ext2fs.8 MOUNT= ${.CURDIR}/../mount CFLAGS+= -I${MOUNT} -WARNS= 0 .PATH: ${MOUNT} diff --git a/sbin/mount_ext2fs/mount_ext2fs.c b/sbin/mount_ext2fs/mount_ext2fs.c index c633e9265b9a..875aaeef99e0 100644 --- a/sbin/mount_ext2fs/mount_ext2fs.c +++ b/sbin/mount_ext2fs/mount_ext2fs.c @@ -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 */