Re: svn commit: r316811 - head/sys/contrib/ipfilter/netinet

2017-04-19 Thread Cy Schubert
In message , Hans Petter Sela sky writes: > On 04/19/17 14:24, Hans Petter Selasky wrote: > > -static ipf_rdx_node_t *ipf_rx_match __P((ipf_rdx_head_t *, addrfamily_t > ^^^ was removal of this prototype intended? > > > *)); > > +/*$NetBSD:

Re: svn commit: r316811 - head/sys/contrib/ipfilter/netinet

2017-04-19 Thread Hans Petter Selasky
On 04/19/17 14:24, Hans Petter Selasky wrote: -static ipf_rdx_node_t *ipf_rx_match __P((ipf_rdx_head_t *, addrfamily_t ^^^ was removal of this prototype intended? *)); +/*$NetBSD: radix_ipf.c,v 1.6 2015/12/15 12:30:34 christos Exp $*/ --HPS

Re: svn commit: r316811 - head/sys/contrib/ipfilter/netinet

2017-04-19 Thread Hans Petter Selasky
On 04/14/17 07:13, Cy Schubert wrote: Author: cy Date: Fri Apr 14 05:13:50 2017 New Revision: 316811 URL: https://svnweb.freebsd.org/changeset/base/316811 Log: Add missing free()'s after calls to randomize(). PR: NetBSD PR/50559 Obtained from:Netbsd radix_ipf.c r1.6