summaryrefslogtreecommitdiffstats
path: root/usr.bin/wc
diff options
context:
space:
mode:
authormike <mike@FreeBSD.org>2002-03-07 10:06:00 +0000
committermike <mike@FreeBSD.org>2002-03-07 10:06:00 +0000
commit4232c2291377495f019e32d3715e72a5828aa7b8 (patch)
tree810a4b62f9db8cad528fca9b0da496fde23d9578 /usr.bin/wc
parenteea0ae24b995a9c7c9132c8ed91df3e2f640ef18 (diff)
downloadFreeBSD-src-4232c2291377495f019e32d3715e72a5828aa7b8.zip
FreeBSD-src-4232c2291377495f019e32d3715e72a5828aa7b8.tar.gz
Leave the `copyright' variable exposed, since the main purpose of it
is to put a copyright in the object file. Submitted by: bde
Diffstat (limited to 'usr.bin/wc')
-rw-r--r--usr.bin/wc/wc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/wc/wc.c b/usr.bin/wc/wc.c
index 31a3526..5758f5d 100644
--- a/usr.bin/wc/wc.c
+++ b/usr.bin/wc/wc.c
@@ -31,13 +31,13 @@
* SUCH DAMAGE.
*/
-#if 0
#ifndef lint
-static char copyright[] =
+static const char copyright[] =
"@(#) Copyright (c) 1980, 1987, 1991, 1993\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
+#if 0
#ifndef lint
static char sccsid[] = "@(#)wc.c 8.1 (Berkeley) 6/6/93";
#endif /* not lint */
OpenPOWER on IntegriCloud