more -Wall
This commit is contained in:
8
sudo.c
8
sudo.c
@@ -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
|
||||
|
Reference in New Issue
Block a user