From 8a8f54cf28fbe1d04aa539e5a46b4cb9d71d6e33 Mon Sep 17 00:00:00 2001 From: alfred Date: Thu, 11 Jul 2002 17:55:14 +0000 Subject: make mostly WARNS=4 clean. constify, mark unsued args, fixup prototypes. --- usr.sbin/rpc.statd/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/rpc.statd/file.c') diff --git a/usr.sbin/rpc.statd/file.c b/usr.sbin/rpc.statd/file.c index 5733ce2..4c17e5d 100644 --- a/usr.sbin/rpc.statd/file.c +++ b/usr.sbin/rpc.statd/file.c @@ -137,7 +137,7 @@ HostInfo *find_host(char *hostname, int create) the state number to the next even value. */ -void init_file(char *filename) +void init_file(const char *filename) { int new_file = FALSE; char buf[HEADER_LEN]; -- cgit v1.1