From 1340c39301f8c04a491b2e7493bccb7ac3effef8 Mon Sep 17 00:00:00 2001 From: johan Date: Thu, 13 Nov 2003 19:18:43 +0000 Subject: 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 45a29c4..3eefb92 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 c633e92..875aaee 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 */ -- cgit v1.1