Commit f8b37ce3 authored by Tollef Fog Heen's avatar Tollef Fog Heen

ifdef int x declaration to fix build failure

parent 0a712d95
......@@ -122,12 +122,15 @@ static unsigned need_test;
static int
vca_tcp_opt_init(void)
{
int n, x;
int n;
int one = 1;
// int zero = 0;
struct tcp_opt *to;
struct timeval tv;
int chg = 0;
#ifdef HAVE_TCP_KEEP
int x;
#endif
for (n = 0; n < n_tcp_opts; n++) {
to = &tcp_opts[n];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment