From a40cbd7f074bc0009f4f66f72e13d6737fc285ad Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Sun, 10 Jul 2011 13:53:15 +0100 Subject: [PATCH] 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 --- src/ubik/ubik.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.5