os: ANSI cleanups
This commit is contained in:
parent
47438a2161
commit
5321ae76cf
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue