diff options
author | melifaro <melifaro@FreeBSD.org> | 2015-01-16 10:09:28 +0000 |
---|---|---|
committer | melifaro <melifaro@FreeBSD.org> | 2015-01-16 10:09:28 +0000 |
commit | 59ad9f39b6b6faec4ae4968c33bfc196a2d46d11 (patch) | |
tree | 58b143ab93843bff318a1107f0ccd65d429b420a /share | |
parent | e6d5af0f7b0299b49b99acd48ee9173ee734177e (diff) | |
download | FreeBSD-src-59ad9f39b6b6faec4ae4968c33bfc196a2d46d11.zip FreeBSD-src-59ad9f39b6b6faec4ae4968c33bfc196a2d46d11.tar.gz |
Eliminate SIOCGIFADDR handling in bpf.
Quoting 19 years bpf.4 manual from bpf-1.2a1:
"
(SIOCGIFADDR is obsolete under BSD systems. SIOCGIFCONF should be
used to query link-level addresses.)
"
* SIOCGIFADDR was not imported in NetBSD (bpf.c 1.36) and OpenBSD.
* Last bits (e.g. manpage claiming SIOCGIFADDR exists) was cleaned
from NetBSD via kern/21513 5 years ago,
from OpenBSD via documentation/6352 5 years ago.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/bpf.4 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/share/man/man4/bpf.4 b/share/man/man4/bpf.4 index 072f8e0..01cd0ea 100644 --- a/share/man/man4/bpf.4 +++ b/share/man/man4/bpf.4 @@ -290,8 +290,6 @@ and .Pp In addition to .Dv FIONREAD -and -.Dv SIOCGIFADDR , the following commands may be applied to any open .Nm file. |