-Wall cleaning.

This commit is contained in:
Steve Price 1996-12-14 05:32:27 +00:00
parent 15244cd5c2
commit 3ec30b7943
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20409

View File

@ -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>