]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/statd/statd.h
Fix a number of the easier compile warnings: unused variables,
[nfs-utils.git] / utils / statd / statd.h
index d9d5d3d230575e320572c8b3dd2cb0fbc0c3805f..ace2ce507043e113ec8c771098ded3c1f107252a 100644 (file)
@@ -5,7 +5,10 @@
  * NSM for Linux.
  */
 
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include "sm_inter.h"
 #include "system.h"
 #include "log.h"
@@ -85,6 +88,6 @@ extern int run_mode;
  * as to why they're global.
  */
 extern char *name_p;           /* program basename */
-extern char *version_p;                /* program version */
+extern const char *version_p;  /* program version */
 
 extern int             re_notify; /* time to re-read notify list */