Add entry for EVFILT_NETDEV, which was inadverdently omitted back in Sept.

This commit is contained in:
Jonathan Lemon 2002-01-24 17:20:55 +00:00
parent 9201dc40bf
commit cd75bfa75f

View file

@ -145,6 +145,7 @@ static struct filterops *sysfilt_ops[] = {
&proc_filtops, /* EVFILT_PROC */
&sig_filtops, /* EVFILT_SIGNAL */
&timer_filtops, /* EVFILT_TIMER */
&file_filtops, /* EVFILT_NETDEV */
};
static int