From f461e3348ef3a9e1713fe04ccaa1b88dc0530946 Mon Sep 17 00:00:00 2001 From: Chuck Lever Date: Thu, 11 Oct 2007 16:52:01 -0400 Subject: [PATCH 1/1] mountd: eliminate a spurious compiler warning MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit auth.c:61: warning: function declaration isn’t a prototype Signed-off-by: Chuck Lever Signed-off-by: Neil Brown --- utils/mountd/auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/mountd/auth.c b/utils/mountd/auth.c index a821c13..3c9a89a 100644 --- a/utils/mountd/auth.c +++ b/utils/mountd/auth.c @@ -57,7 +57,7 @@ auth_init(char *exports) * expense of larger kernel caches. */ static void -check_useipaddr() +check_useipaddr(void) { nfs_client *clp; int old_use_ipaddr = use_ipaddr; -- 2.39.2