X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fstatd%2Flog.c;h=a6ca996b6b81117f4d5db24de6e04f8bf1e744f6;hp=bf2a92664daf2c9683ac25af1427e1ffe1d2975a;hb=5835b1eec5a1f1e463c0762c510c6643fa2bff62;hpb=dd087896285da9e160e13ee9f7d75381b67895e3 diff --git a/utils/statd/log.c b/utils/statd/log.c index bf2a926..a6ca996 100644 --- a/utils/statd/log.c +++ b/utils/statd/log.c @@ -33,7 +33,7 @@ static pid_t mypid; static int opt_debug = 0; /* Will be command-line option, eventually */ #endif -void log_init() +void log_init(void) { if (!(run_mode & MODE_LOG_STDERR)) openlog(name_p, LOG_PID | LOG_NDELAY, LOG_DAEMON);