From 7912910fd85ed28fdda8a034225ea041f554fea9 Mon Sep 17 00:00:00 2001 From: Andrew Deason Date: Wed, 2 Jun 2010 15:06:51 -0500 Subject: [PATCH] Define updateUbikNetworkAddress static updateUbikNetworkAddress is static, and its prototype says so. The actual implementation of the function lacks 'static', though. Add it. Change-Id: Ida8e54cecabfffb2adbeb5f12d233668897893f8 Reviewed-on: http://gerrit.openafs.org/2100 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- src/ubik/beacon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ubik/beacon.c b/src/ubik/beacon.c index 4ae8b10bd..ee68a9e5f 100644 --- a/src/ubik/beacon.c +++ b/src/ubik/beacon.c @@ -661,7 +661,7 @@ verifyInterfaceAddress(afs_uint32 *ame, struct afsconf_cell *info, * * \return 0 on success, non-zero on failure */ -int +static int updateUbikNetworkAddress(afs_uint32 ubik_host[UBIK_MAX_INTERFACE_ADDR]) { int j, count, code = 0; -- 2.39.5