mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-05 00:35:14 +00:00
more -Wall
This commit is contained in:
8
parse.c
8
parse.c
@@ -24,10 +24,6 @@
|
||||
* Chris Jepeway <jepeway@cs.utk.edu>
|
||||
*/
|
||||
|
||||
#ifndef lint
|
||||
static const char rcsid[] = "$Id$";
|
||||
#endif /* lint */
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <stdio.h>
|
||||
@@ -84,6 +80,10 @@ static const char rcsid[] = "$Id$";
|
||||
|
||||
#include "sudo.h"
|
||||
|
||||
#ifndef lint
|
||||
static const char rcsid[] = "$Id$";
|
||||
#endif /* lint */
|
||||
|
||||
/*
|
||||
* Globals
|
||||
*/
|
||||
|
Reference in New Issue
Block a user