summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2010-01-22 19:51:34 +0000
committerbrooks <brooks@FreeBSD.org>2010-01-22 19:51:34 +0000
commitd13809bdba98ca6d5e15d5838c916191af7b09c5 (patch)
treeec9659f9a0f57fd15af4f860a79bad929b2831cb /usr.bin
parentfaaa40ca630b8d8d4c673935540b653f6690fe69 (diff)
downloadFreeBSD-src-d13809bdba98ca6d5e15d5838c916191af7b09c5.zip
FreeBSD-src-d13809bdba98ca6d5e15d5838c916191af7b09c5.tar.gz
MFC r201350:
The devices that supported EVFILT_NETDEV kqueue filters were removed in r195175. Remove all definitions, documentation, and usage. The change of function signature for vlan_link_state() was not merged to maintain the ABI.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/truss/syscalls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/truss/syscalls.c b/usr.bin/truss/syscalls.c
index d927815..ccceed0 100644
--- a/usr.bin/truss/syscalls.c
+++ b/usr.bin/truss/syscalls.c
@@ -259,7 +259,7 @@ struct xlat {
static struct xlat kevent_filters[] = {
X(EVFILT_READ) X(EVFILT_WRITE) X(EVFILT_AIO) X(EVFILT_VNODE)
X(EVFILT_PROC) X(EVFILT_SIGNAL) X(EVFILT_TIMER)
- X(EVFILT_NETDEV) X(EVFILT_FS) X(EVFILT_READ) XEND
+ X(EVFILT_FS) X(EVFILT_READ) XEND
};
static struct xlat kevent_flags[] = {
OpenPOWER on IntegriCloud