From: Andrew Deason Date: Wed, 2 Jun 2010 20:06:51 +0000 (-0500) Subject: Define updateUbikNetworkAddress static X-Git-Tag: openafs-devel-1_5_75~172 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=7912910fd85ed28fdda8a034225ea041f554fea9;p=packages%2Fo%2Fopenafs.git 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 --- 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;