summaryrefslogtreecommitdiffstats
path: root/sys/net/if.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if.c')
-rw-r--r--sys/net/if.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/net/if.c b/sys/net/if.c
index bad9780..3e91661 100644
--- a/sys/net/if.c
+++ b/sys/net/if.c
@@ -136,7 +136,6 @@ static struct cdevsw net_cdevsw = {
.d_ioctl = netioctl,
.d_name = "net",
.d_maj = MAJOR_AUTO,
- .d_flags = D_KQFILTER,
.d_kqfilter = netkqfilter,
};
OpenPOWER on IntegriCloud