more -Wall

This commit is contained in:
Todd C. Miller
1998-11-18 04:16:13 +00:00
parent bbcd21287f
commit 62dba8f4d1
21 changed files with 83 additions and 92 deletions

View File

@@ -32,10 +32,6 @@
* Jeff Nieusma Thu Mar 21 23:11:23 MST 1991
*/
#ifndef lint
static const char rcsid[] = "$Id$";
#endif /* lint */
#include "config.h"
#include <stdio.h>
@@ -61,6 +57,10 @@ extern char *malloc __P((size_t));
extern char *strcpy __P((char *, const char *));
#endif /* !STDC_HEADERS */
#ifndef lint
static const char rcsid[] = "$Id$";
#endif /* lint */
/******************************************************************
*