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

@@ -28,10 +28,6 @@
* Todd C. Miller (millert@colorado.edu) Sat Mar 25 21:58:17 MST 1995
*/
#ifndef lint
static const char rcsid[] = "$Id$";
#endif /* lint */
#include "config.h"
#include <stdio.h>
@@ -56,6 +52,9 @@ static const char rcsid[] = "$Id$";
extern int stat __P((const char *, struct stat *));
#endif /* !STDC_HEADERS */
#ifndef lint
static const char rcsid[] = "$Id$";
#endif /* lint */
/******************************************************************
*