summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2011-12-10 18:11:06 +0000
committered <ed@FreeBSD.org>2011-12-10 18:11:06 +0000
commitf559e163ab3d1116108b6178ddc228e7ede7d5f2 (patch)
treeee21ea261e6f79c5b8796a4805efb61d25a6b7bd /usr.sbin
parent3e019e649fc7e7ea3b1d01c48abba3e55e74b449 (diff)
downloadFreeBSD-src-f559e163ab3d1116108b6178ddc228e7ede7d5f2.zip
FreeBSD-src-f559e163ab3d1116108b6178ddc228e7ede7d5f2.tar.gz
Replace char copyright[] by static const char copyright[].
It seems the latter is used throughout the tree.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/mount_portalfs/mount_portalfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/mount_portalfs/mount_portalfs.c b/usr.sbin/mount_portalfs/mount_portalfs.c
index 3c37b95..f4f5313 100644
--- a/usr.sbin/mount_portalfs/mount_portalfs.c
+++ b/usr.sbin/mount_portalfs/mount_portalfs.c
@@ -31,7 +31,7 @@
*/
#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 */
OpenPOWER on IntegriCloud