diff options
Diffstat (limited to 'usr.bin/printf/printf.c')
| -rw-r--r-- | usr.bin/printf/printf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/printf/printf.c b/usr.bin/printf/printf.c index c4de8e1905f40..05da634509fb2 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> |
