summaryrefslogtreecommitdiff
path: root/usr.bin/colcrt/colcrt.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/colcrt/colcrt.c')
-rw-r--r--usr.bin/colcrt/colcrt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/colcrt/colcrt.c b/usr.bin/colcrt/colcrt.c
index e6dc445435806..40fe5cef49b25 100644
--- a/usr.bin/colcrt/colcrt.c
+++ b/usr.bin/colcrt/colcrt.c
@@ -32,13 +32,13 @@
*/
#ifndef lint
-static const char copyright[] =
+static char copyright[] =
"@(#) Copyright (c) 1980, 1993\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#ifndef lint
-static const char sccsid[] = "@(#)colcrt.c 8.1 (Berkeley) 6/6/93";
+static char sccsid[] = "@(#)colcrt.c 8.1 (Berkeley) 6/6/93";
#endif /* not lint */
#include <err.h>