From 93608a52655abf5ac23404c4b5cc05fe575a9c04 Mon Sep 17 00:00:00 2001 From: Greg Banks Date: Thu, 22 Jun 2006 18:01:10 +1000 Subject: Fix a number of the easier compile warnings: unused variables, unused labels, constness, signedness. --- utils/statd/statd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/statd/statd.h') diff --git a/utils/statd/statd.h b/utils/statd/statd.h index 225cc8b..ace2ce5 100644 --- a/utils/statd/statd.h +++ b/utils/statd/statd.h @@ -88,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 */ -- cgit