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

8
sudo.c
View File

@@ -50,10 +50,6 @@
* Todd Miller <Todd.Miller@courtesan.com>
*/
#ifndef lint
static const char rcsid[] = "$Id$";
#endif /* lint */
#define MAIN
#include "config.h"
@@ -99,6 +95,10 @@ extern char *strdup __P((const char *));
extern char *getenv __P((char *));
#endif /* STDC_HEADERS */
#ifndef lint
static const char rcsid[] = "$Id$";
#endif /* lint */
/*
* Local type declarations