K 10 svn:author V 5 peter K 8 svn:date V 27 2001-06-15T00:16:59.000000Z K 7 svn:log V 217 Fix warning: 110: initialization makes pointer from integer without a cast This was passing a (d_kqfilter_t *)-1 as the kqfilter function pointer. Fortunately there was no D_KQFILTER in d_flags, so this was harmless. END