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 */ static char *dev_tty_from_init = NULL; /* since we need to parse it anyway */
OsSigHandlerPtr OsSigHandlerPtr
OsSignal(sig, handler) OsSignal(int sig, OsSigHandlerPtr handler)
int sig;
OsSigHandlerPtr handler;
{ {
struct sigaction act, oact; struct sigaction act, oact;

View File

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