summaryrefslogtreecommitdiffstats
path: root/usr.bin/truss
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2009-12-31 20:29:58 +0000
committerbrooks <brooks@FreeBSD.org>2009-12-31 20:29:58 +0000
commita5cc24440bfbf4dc6eeb27b3770d09132b85bd31 (patch)
tree5056962dae0f4e2a29ef2bc9e81b2303cf37d6a1 /usr.bin/truss
parent2521baf3fe6bd48029ce31d5a4a71014bf96f1d0 (diff)
downloadFreeBSD-src-a5cc24440bfbf4dc6eeb27b3770d09132b85bd31.zip
FreeBSD-src-a5cc24440bfbf4dc6eeb27b3770d09132b85bd31.tar.gz
The devices that supported EVFILT_NETDEV kqueue filters were removed in
r195175. Remove all definitions, documentation, and usage. fifo_misc.c: Remove all kqueue tests as fifo_io.c performs all those that would have remained. Reviewed by: rwatson MFC after: 3 weeks X-MFC note: don't change vlan_link_state() function signature
Diffstat (limited to 'usr.bin/truss')
-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 afc8a32..f927e1e 100644
--- a/usr.bin/truss/syscalls.c
+++ b/usr.bin/truss/syscalls.c
@@ -275,7 +275,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