2
0
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:
Todd C. Miller
2010-04-22 18:09:53 -04:00
parent c17d3e061d
commit 05ae3ea6cb
24 changed files with 243 additions and 604 deletions

View File

@@ -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;