summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/env/env.c4
-rw-r--r--usr.bin/wc/wc.c4
-rw-r--r--usr.bin/whois/whois.c4
-rw-r--r--usr.bin/xargs/xargs.c4
4 files changed, 8 insertions, 8 deletions
diff --git a/usr.bin/env/env.c b/usr.bin/env/env.c
index df6153d..b498b84 100644
--- a/usr.bin/env/env.c
+++ b/usr.bin/env/env.c
@@ -31,13 +31,13 @@
* SUCH DAMAGE.
*/
-#if 0
#ifndef lint
-static char copyright[] =
+static const char copyright[] =
"@(#) Copyright (c) 1988, 1993, 1994\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
+#if 0
#ifndef lint
static char sccsid[] = "@(#)env.c 8.3 (Berkeley) 4/2/94";
#endif /* not lint */
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 */
diff --git a/usr.bin/whois/whois.c b/usr.bin/whois/whois.c
index b84e8ba..a649f31 100644
--- a/usr.bin/whois/whois.c
+++ b/usr.bin/whois/whois.c
@@ -31,13 +31,13 @@
* SUCH DAMAGE.
*/
-#if 0
#ifndef lint
-static char copyright[] =
+static const char copyright[] =
"@(#) Copyright (c) 1980, 1993\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
+#if 0
#ifndef lint
static char sccsid[] = "@(#)whois.c 8.1 (Berkeley) 6/6/93";
#endif /* not lint */
diff --git a/usr.bin/xargs/xargs.c b/usr.bin/xargs/xargs.c
index 80f4ab5..5d3eaa4 100644
--- a/usr.bin/xargs/xargs.c
+++ b/usr.bin/xargs/xargs.c
@@ -34,13 +34,13 @@
* SUCH DAMAGE.
*/
-#if 0
#ifndef lint
-static char copyright[] =
+static const char copyright[] =
"@(#) Copyright (c) 1990, 1993\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
+#if 0
#ifndef lint
static char sccsid[] = "@(#)xargs.c 8.1 (Berkeley) 6/6/93";
#endif /* not lint */
OpenPOWER on IntegriCloud