mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 14:25:15 +00:00
Convert to ANSI C function declarations
This commit is contained in:
@@ -72,7 +72,7 @@ static struct timeval last_time;
|
||||
static union script_fd io_outfile, io_timfile;
|
||||
|
||||
static void
|
||||
io_nextid()
|
||||
io_nextid(void)
|
||||
{
|
||||
struct stat sb;
|
||||
char buf[32], *ep;
|
||||
|
Reference in New Issue
Block a user