os: ANSI cleanups

This commit is contained in:
Julien Cristau 2009-01-11 08:44:29 +01:00
parent 47438a2161
commit 5321ae76cf
2 changed files with 2 additions and 6 deletions

View File

@ -213,9 +213,7 @@ int auditTrailLevel = 1;
static char *dev_tty_from_init = NULL; /* since we need to parse it anyway */
OsSigHandlerPtr
OsSignal(sig, handler)
int sig;
OsSigHandlerPtr handler;
OsSignal(int sig, OsSigHandlerPtr handler)
{
struct sigaction act, oact;

View File

@ -1590,9 +1590,7 @@ get_fromaddr_by_name(
#if defined(IPv6) && defined(AF_INET6)
static int
get_mcast_options(argc, argv, i)
int argc, i;
char **argv;
get_mcast_options(int argc, char **argv, int i)
{
char *address = XDM_DEFAULT_MCAST_ADDR6;
int hopcount = 1;