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

@@ -24,10 +24,6 @@
* Todd C. Miller (millert@colorado.edu) Sat Oct 17 14:42:44 MDT 1998
*/
#ifndef lint
static const char rcsid[] = "$Id$";
#endif /* lint */
#include "config.h"
#ifdef HAVE_GETPRPWNAM
@@ -58,6 +54,10 @@ static const char rcsid[] = "$Id$";
#include "sudo.h"
#ifndef lint
static const char rcsid[] = "$Id$";
#endif /* lint */
/********************************************************************
*