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:
parent
a6132f60af
commit
56ccc58876
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user