diff options
-rw-r--r-- | sbin/mount_ext2fs/Makefile | 1 | ||||
-rw-r--r-- | sbin/mount_ext2fs/mount_ext2fs.c | 2 |
2 files changed, 1 insertions, 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 */ |