X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fstatd%2Fstatd.h;h=085f32d07d6360dcb68c7b581a1247c0505a20a2;hp=88ba2080d76e9fbfe2e56d9a0d18663de017f2eb;hb=e4719f90f77de2ea2c083cbc304b5cc7a7b516bd;hpb=bc870150cc2116584aee288d15ac2b9a2f825ff5 diff --git a/utils/statd/statd.h b/utils/statd/statd.h index 88ba208..085f32d 100644 --- a/utils/statd/statd.h +++ b/utils/statd/statd.h @@ -11,7 +11,7 @@ #include "sm_inter.h" #include "system.h" -#include "log.h" +#include "xlog.h" /* * Paths and filenames. @@ -84,10 +84,3 @@ extern int run_mode; * another host.... */ #define STATIC_HOSTNAME 8 /* Always use the hostname set by -n */ #define MODE_NO_NOTIFY 16 /* Don't notify peers of a reboot */ -/* - * Program name and version pointers -- See statd.c for the reasoning - * as to why they're global. - */ -extern char *name_p; /* program basename */ -extern const char *version_p; /* program version */ -