Date: Sun, 13 Jul 2014 21:57:49 -0700 From: Cy Schubert <Cy.Schubert@komquats.com> To: Sergey Kandaurov <pluknet@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r268585 - head/contrib/ipfilter/lib Message-ID: <201407140457.s6E4vnoH004560@slippy.cwsent.com> In-Reply-To: Message from Sergey Kandaurov <pluknet@FreeBSD.org> of "Sun, 13 Jul 2014 10:38:01 -0000." <201407131038.s6DAc1G5095327@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <201407131038.s6DAc1G5095327@svn.freebsd.org>, Sergey Kandaurov writ es: > Author: pluknet > Date: Sun Jul 13 10:38:01 2014 > New Revision: 268585 > URL: http://svnweb.freebsd.org/changeset/base/268585 > > Log: > Unbreak with gcc. > > I'm tired to see tinderbox spamming. Feel free to fix it your way. > > Modified: > head/contrib/ipfilter/lib/printipfexpr.c > > Modified: head/contrib/ipfilter/lib/printipfexpr.c > ============================================================================= > = > --- head/contrib/ipfilter/lib/printipfexpr.c Sun Jul 13 10:31:29 2014 > (r268584) > +++ head/contrib/ipfilter/lib/printipfexpr.c Sun Jul 13 10:38:01 2014 > (r268585) > @@ -3,7 +3,9 @@ > static void printport __P((int *)); > static void printhosts __P((int *)); > static void printsingle __P((int *)); > +#ifdef USE_INET6 > static void printhostsv6 __P((int *)); > +#endif > > void > printipfexpr(array) Thank you. My bad. That's the proper fix. -- Cheers, Cy Schubert <Cy.Schubert@komquats.com> FreeBSD UNIX: <cy@FreeBSD.org> Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407140457.s6E4vnoH004560>