]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/statd/log.c
Use 65534 for anon uid/gid rather than -2
[nfs-utils.git] / utils / statd / log.c
index 008f0367820cde7c97d6a80b448c7ea1fe8d46f3..bf2a92664daf2c9683ac25af1427e1ffe1d2975a 100644 (file)
@@ -12,7 +12,9 @@
  *     260295   okir   started with simply syslog logging.
  */
 
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 
 #include <syslog.h>
 #include <unistd.h>
@@ -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()
 {