fixed compilation err in cygwin

This commit is contained in:
Stanislav Shwartsman 2017-04-19 18:30:02 +00:00
parent 2fb6263102
commit cfecb7c969

View File

@ -141,7 +141,7 @@ struct bpf_insn {
u_short code;
u_char jt;
u_char jf;
bpf_int32 k;
bpf_u_int32 k;
};
struct bpf_program {