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:50:36 MST 1995
*/
#ifndef lint
static const char rcsid[] = "$Id$";
#endif /* lint */
#include "config.h"
#include <stdio.h>
@@ -72,7 +68,6 @@ extern char *strdup __P((const char *));
#endif /* HAVE_STRDUP */
#endif /* !STDC_HEADERS */
#ifndef _S_IFMT
#define _S_IFMT S_IFMT
#endif /* _S_IFMT */
@@ -80,6 +75,9 @@ extern char *strdup __P((const char *));
#define _S_IFLNK S_IFLNK
#endif /* _S_IFLNK */
#ifndef lint
static const char rcsid[] = "$Id$";
#endif /* lint */
/*******************************************************************
*