From 5d91315335885e7b269c028335283d37daafb44d Mon Sep 17 00:00:00 2001 From: christos Date: Wed, 30 Aug 2006 18:50:20 +0000 Subject: [PATCH] complete initializer --- sys/dist/ipf/netinet/ip_fil_netbsd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dist/ipf/netinet/ip_fil_netbsd.c b/sys/dist/ipf/netinet/ip_fil_netbsd.c index 085085260d9e..ea104aabc2d7 100644 --- a/sys/dist/ipf/netinet/ip_fil_netbsd.c +++ b/sys/dist/ipf/netinet/ip_fil_netbsd.c @@ -1,4 +1,4 @@ -/* $NetBSD: ip_fil_netbsd.c,v 1.20 2006/07/12 17:26:11 martin Exp $ */ +/* $NetBSD: ip_fil_netbsd.c,v 1.21 2006/08/30 18:50:20 christos Exp $ */ /* * Copyright (C) 1993-2003 by Darren Reed. @@ -125,7 +125,7 @@ struct selinfo ipfselwait[IPL_LOGSIZE]; const struct cdevsw ipl_cdevsw = { iplopen, iplclose, iplread, nowrite, iplioctl, - nostop, notty, iplpoll, nommap, + nostop, notty, iplpoll, nommap, nokqfilter, D_OTHER, }; #endif