diff --git a/isisd/isis_bpf.c b/isisd/isis_bpf.c index 8775e12a24..3a5eaf5585 100644 --- a/isisd/isis_bpf.c +++ b/isisd/isis_bpf.c @@ -78,7 +78,10 @@ open_bpf_dev (struct isis_circuit *circuit) int i = 0, fd; char bpfdev[128]; struct ifreq ifr; - u_int blen, immediate, seesent; + u_int blen, immediate; +#ifdef BIOCSSEESENT + u_int seesent; +#endif struct timeval timeout; struct bpf_program bpf_prog;