X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=utils%2Fstatd%2Flog.c;h=bf2a92664daf2c9683ac25af1427e1ffe1d2975a;hb=4b2f63a5e581ecfa12abb2419310c4e62eb27134;hp=008f0367820cde7c97d6a80b448c7ea1fe8d46f3;hpb=430052cab3c8044ef6d1be7b5a5ded13c45d0c40;p=nfs-utils.git diff --git a/utils/statd/log.c b/utils/statd/log.c index 008f036..bf2a926 100644 --- a/utils/statd/log.c +++ b/utils/statd/log.c @@ -12,7 +12,9 @@ * 260295 okir started with simply syslog logging. */ -#include "config.h" +#ifdef HAVE_CONFIG_H +#include +#endif #include #include @@ -27,7 +29,9 @@ static pid_t mypid; /* Turns on logging to console/stderr. */ +#if 0 static int opt_debug = 0; /* Will be command-line option, eventually */ +#endif void log_init() {