Move a static const variable to the #if 0 part where it is only used.

(Note the #if 0 part has been inactive since the initial commit,
r177633, so maybe it should be removed altogether).

MFC after:	3 days
This commit is contained in:
Dimitry Andric 2013-12-24 20:57:26 +00:00
parent a6132f60af
commit 56ccc58876
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=259843

View File

@ -64,13 +64,13 @@ __FBSDID("$FreeBSD$");
#include <rpc/rpc_com.h>
static struct timeval tottimeout = { 60, 0 };
static const struct timeval rmttimeout = { 3, 0 };
static const char nullstring[] = "\000";
static CLIENT *local_rpcb(void);
#if 0
static const struct timeval rmttimeout = { 3, 0 };
static struct timeval rpcbrmttime = { 15, 0 };
#define CACHESIZE 6