aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/find
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2011-12-10 18:11:06 +0000
committerEd Schouten <ed@FreeBSD.org>2011-12-10 18:11:06 +0000
commit516c8ed9dda79fcf5ffd9b899b13d21551dd467b (patch)
treeee21ea261e6f79c5b8796a4805efb61d25a6b7bd /usr.bin/find
parent96b38ade366a4ad8559267afe795d1e1bd71d2f3 (diff)
downloadsrc-516c8ed9dda79fcf5ffd9b899b13d21551dd467b.tar.gz
src-516c8ed9dda79fcf5ffd9b899b13d21551dd467b.zip
Replace char copyright[] by static const char copyright[].
It seems the latter is used throughout the tree.
Notes
Notes: svn path=/head/; revision=228394
Diffstat (limited to 'usr.bin/find')
-rw-r--r--usr.bin/find/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/find/main.c b/usr.bin/find/main.c
index d901623d47b4..4f7064b07c30 100644
--- a/usr.bin/find/main.c
+++ b/usr.bin/find/main.c
@@ -31,7 +31,7 @@
*/
#ifndef lint
-char copyright[] =
+static const char copyright[] =
"@(#) Copyright (c) 1990, 1993, 1994\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */