From f5e842db1726ddc62bc2e708eadd72596a4d88c1 Mon Sep 17 00:00:00 2001 From: ngie Date: Fri, 10 Feb 2017 02:29:09 +0000 Subject: Remove EVFILT_PROCDESC block This reapplies the patch that was done in ^/stable/10@r297977 This is a direct commit to ^/stable/10 Sponsored by: Dell EMC Isilon --- tests/sys/kqueue/libkqueue/main.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tests') diff --git a/tests/sys/kqueue/libkqueue/main.c b/tests/sys/kqueue/libkqueue/main.c index 553478a..26e8f91 100644 --- a/tests/sys/kqueue/libkqueue/main.c +++ b/tests/sys/kqueue/libkqueue/main.c @@ -113,12 +113,6 @@ kevent_fflags_dump(struct kevent *kev) KEVFFL_DUMP(NOTE_TRACKERR); KEVFFL_DUMP(NOTE_TRACK); buf[strlen(buf) - 1] = ')'; - } else if (kev->filter == EVFILT_PROCDESC) { - snprintf(buf, 1024, "fflags = %x (", kev->fflags); - KEVFFL_DUMP(NOTE_EXIT); - KEVFFL_DUMP(NOTE_FORK); - KEVFFL_DUMP(NOTE_EXEC); - buf[strlen(buf) - 1] = ')'; } else if (kev->filter == EVFILT_VNODE) { snprintf(buf, 1024, "fflags = %x (", kev->fflags); KEVFFL_DUMP(NOTE_DELETE); -- cgit v1.1