gcc -Wstrict-prototypes and related fixes

This commit is contained in:
Gunnar Ritter
2006-12-25 19:31:50 +00:00
parent ae8b700100
commit 1135d13657
7 changed files with 39 additions and 34 deletions

View File

@@ -73,7 +73,7 @@
#ifndef lint
#ifdef DOSCCS
static char sccsid[] = "@(#)ex_put.c 1.34 (gritter) 8/6/05";
static char sccsid[] = "@(#)ex_put.c 1.35 (gritter) 12/25/06";
#endif
#endif
@@ -1054,7 +1054,7 @@ setoutt(void)
void
vlprintf(char *cp, va_list ap)
{
register int (*P)();
register int (*P)(int);
P = setlist(1);
vprintf(cp, ap);