diff options
author | glebius <glebius@FreeBSD.org> | 2005-02-25 15:58:05 +0000 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2005-02-25 15:58:05 +0000 |
commit | 1261faa23d54a3caee3bcdf175431a6d9cc19c99 (patch) | |
tree | 11a2562ed01ebf15d661d58b56c2de0c88c3e28b /share/man/man9/bpf.9 | |
parent | 6eb51588327b33c6c1620c20ac8d2f2e7dc71a0d (diff) | |
download | FreeBSD-src-1261faa23d54a3caee3bcdf175431a6d9cc19c99.zip FreeBSD-src-1261faa23d54a3caee3bcdf175431a6d9cc19c99.tar.gz |
Fix prototype for bpf_mtap2().
MFC after: 3 days
Diffstat (limited to 'share/man/man9/bpf.9')
-rw-r--r-- | share/man/man9/bpf.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/bpf.9 b/share/man/man9/bpf.9 index 75469c8..57c5225 100644 --- a/share/man/man9/bpf.9 +++ b/share/man/man9/bpf.9 @@ -48,7 +48,7 @@ .Ft void .Fn bpf_mtap "struct ifnet *ifp" "struct mbuf *m" .Ft void -.Fn bpf_mtap2 "struct ifnet *bp" "void *data" "u_int dlen" "struct mbuf *m" +.Fn bpf_mtap2 "struct bpf_if *bp" "void *data" "u_int dlen" "struct mbuf *m" .Ft u_int .Fo bpf_filter .Fa "const struct bpf_insn *pc " "u_char *pkt" "u_int *wirelen" "u_int *buflen" |