From: Simon Wilkinson Date: Sun, 10 Jul 2011 12:53:15 +0000 (+0100) Subject: ubik: ServerInitCommon is an internal function... X-Git-Tag: upstream/1.8.0_pre1^2~3489 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=a40cbd7f074bc0009f4f66f72e13d6737fc285ad;p=packages%2Fo%2Fopenafs.git ubik: ServerInitCommon is an internal function... ... so make it static Change-Id: Ia323d9ea4e35e4d3a5593df05a905191e9d951a0 Reviewed-on: http://gerrit.openafs.org/5081 Reviewed-by: Derrick Brashear Tested-by: BuildBot --- diff --git a/src/ubik/ubik.c b/src/ubik/ubik.c index dd55ac891..a0c7afd4e 100644 --- a/src/ubik/ubik.c +++ b/src/ubik/ubik.c @@ -375,7 +375,7 @@ ubik_thread_create(pthread_attr_t *tattr, pthread_t *thread, void *proc) { * * \see ubik_ServerInit(), ubik_ServerInitByInfo() */ -int +static int ubik_ServerInitCommon(afs_uint32 myHost, short myPort, struct afsconf_cell *info, char clones[], afs_uint32 serverList[], const char *pathName,