Skip to content

Commit

Permalink
"signal" is a C library function, not a variable
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Apr 5, 2014
1 parent 70c122c commit f551f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/radiusd.c
Expand Up @@ -92,7 +92,7 @@ static void die_horribly(char const *reason)
}
#endif

static int _restore_std(UNUSED int signal)
static int _restore_std(UNUSED int nothing)
{
if (!radlog_std_restore()) radlog_std_to_log(&default_log);
return 0;
Expand Down

0 comments on commit f551f62

Please sign in to comment.