summaryrefslogtreecommitdiffstats
path: root/sbin/mount_nullfs/mount_nullfs.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1998-07-06 07:17:27 +0000
committercharnier <charnier@FreeBSD.org>1998-07-06 07:17:27 +0000
commit112ec6c26987e9958ff540a00d5fd04feafc449e (patch)
treeaf82fac3c1c94b7bb52d9897ee3cb90eda60196a /sbin/mount_nullfs/mount_nullfs.c
parent10dd9df3855ffef5284d5e4c2c1c7e2cfc1676f9 (diff)
downloadFreeBSD-src-112ec6c26987e9958ff540a00d5fd04feafc449e.zip
FreeBSD-src-112ec6c26987e9958ff540a00d5fd04feafc449e.tar.gz
-Wall.
Diffstat (limited to 'sbin/mount_nullfs/mount_nullfs.c')
-rw-r--r--sbin/mount_nullfs/mount_nullfs.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/mount_nullfs/mount_nullfs.c b/sbin/mount_nullfs/mount_nullfs.c
index 4e7f4c3..c58e06d 100644
--- a/sbin/mount_nullfs/mount_nullfs.c
+++ b/sbin/mount_nullfs/mount_nullfs.c
@@ -35,17 +35,17 @@
*/
#ifndef lint
-char copyright[] =
+static const char copyright[] =
"@(#) Copyright (c) 1992, 1993, 1994\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#ifndef lint
-/*
+#if 0
static char sccsid[] = "@(#)mount_null.c 8.6 (Berkeley) 4/26/95";
-*/
+#endif
static const char rcsid[] =
- "$Id: mount_null.c,v 1.9 1997/03/29 03:32:42 imp Exp $";
+ "$Id$";
#endif /* not lint */
#include <sys/param.h>
OpenPOWER on IntegriCloud