summaryrefslogtreecommitdiff
path: root/usr.bin/printf/printf.c
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1996-12-14 05:32:27 +0000
committerSteve Price <steve@FreeBSD.org>1996-12-14 05:32:27 +0000
commit3ec30b7943459ffc1691a787736ddc156bda81a7 (patch)
treecb8a1e5471d53c8464f813cdf8926afc4617ae65 /usr.bin/printf/printf.c
parent15244cd5c21eb3d6736078b3449b2d9052112ffc (diff)
Notes
Diffstat (limited to 'usr.bin/printf/printf.c')
-rw-r--r--usr.bin/printf/printf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/printf/printf.c b/usr.bin/printf/printf.c
index c4de8e1905f4..05da634509fb 100644
--- a/usr.bin/printf/printf.c
+++ b/usr.bin/printf/printf.c
@@ -33,14 +33,14 @@
#if !defined(BUILTIN) && !defined(SHELL)
#ifndef lint
-static char copyright[] =
+static char const copyright[] =
"@(#) Copyright (c) 1989, 1993\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#endif
#ifndef lint
-static char sccsid[] = "@(#)printf.c 8.1 (Berkeley) 7/20/93";
+static char const sccsid[] = "@(#)printf.c 8.1 (Berkeley) 7/20/93";
#endif /* not lint */
#include <sys/types.h>