diff options
| author | Roy Marples <roy@marples.name> | 2019-10-07 14:22:13 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2019-10-07 14:22:13 +0100 |
| commit | 407f95bd315b3349be17825222f215ff8b391351 (patch) | |
| tree | 75e64dd8107541416e1bf094c59d1067bac0ef6f | |
| parent | f75b2d34bc31339135835d45940e0e65c8ac344d (diff) | |
| download | parpd-407f95bd315b3349be17825222f215ff8b391351.tar.xz | |
BSD: BIOCIMMEDIATE is unsigned int
| -rw-r--r-- | src/bpf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ bpf_open_arp(struct interface *ifp) struct bpf_version pv; struct bpf_program pf; #ifdef BIOCIMMEDIATE - int flags; + unsigned int flags; #endif #ifdef _PATH_BPF fd = open(_PATH_BPF, O_RDWR | O_NONBLOCK); |
