diff options
author | ed <ed@FreeBSD.org> | 2011-12-10 18:11:06 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2011-12-10 18:11:06 +0000 |
commit | f559e163ab3d1116108b6178ddc228e7ede7d5f2 (patch) | |
tree | ee21ea261e6f79c5b8796a4805efb61d25a6b7bd /usr.sbin/mount_portalfs | |
parent | 3e019e649fc7e7ea3b1d01c48abba3e55e74b449 (diff) | |
download | FreeBSD-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/mount_portalfs')
-rw-r--r-- | usr.sbin/mount_portalfs/mount_portalfs.c | 2 |
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 */ |