Deleted Added
full compact
243,244c243,244
< int longjt; /* jt branch requires long jump */
< int longjf; /* jf branch requires long jump */
---
> u_int longjt; /* jt branch requires long jump */
> u_int longjf; /* jf branch requires long jump */
333c333
< struct bpf_insn *icode_to_fcode(struct block *, int *);
---
> struct bpf_insn *icode_to_fcode(struct block *, u_int *);