From owner-svn-src-head@FreeBSD.ORG Mon Jul 14 04:57:55 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 22B47CBD; Mon, 14 Jul 2014 04:57:55 +0000 (UTC) Received: from smtp-out-04.shaw.ca (smtp-out-04.shaw.ca [64.59.134.12]) by mx1.freebsd.org (Postfix) with ESMTP id BD7222B7B; Mon, 14 Jul 2014 04:57:54 +0000 (UTC) X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=97kX/pcSDRzxCpZyrJZ+O3bQ3yje/MppWgySN1iIsrk= c=1 sm=1 a=-iT0XqQvS3kA:10 a=QrugwKR0C_UA:10 a=wAGQQ9Az6v0A:10 a=BLceEmwcHowA:10 a=ICAaq7hcmGcA:10 a=kj9zAlcOel0A:10 a=IbtKDeXwb2+SRU442/pi3A==:17 a=6I5d2MoRAAAA:8 a=BWvPGDcYAAAA:8 a=gKHgiApIOBKMsJBzOAAA:9 a=CjuIK1q_8ugA:10 a=V7tsTZBp22UA:10 a=SV7veod9ZcQA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Received: from unknown (HELO spqr.komquats.com) ([96.50.7.119]) by smtp-out-04.shaw.ca with ESMTP; 13 Jul 2014 22:57:52 -0600 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTP id 6D91F9BE8; Sun, 13 Jul 2014 21:57:52 -0700 (PDT) Received: from slippy.cwsent.com (localhost [127.0.0.1]) by slippy.cwsent.com (8.14.9/8.14.9) with ESMTP id s6E4vnS0004563; Sun, 13 Jul 2014 21:57:49 -0700 (PDT) (envelope-from Cy.Schubert@komquats.com) Received: from slippy (cy@localhost) by slippy.cwsent.com (8.14.9/8.14.8/Submit) with ESMTP id s6E4vnoH004560; Sun, 13 Jul 2014 21:57:49 -0700 (PDT) (envelope-from Cy.Schubert@komquats.com) Message-Id: <201407140457.s6E4vnoH004560@slippy.cwsent.com> X-Authentication-Warning: slippy.cwsent.com: cy owned process doing -bs X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.6 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.komquats.com/ To: Sergey Kandaurov Subject: Re: svn commit: r268585 - head/contrib/ipfilter/lib In-Reply-To: Message from Sergey Kandaurov of "Sun, 13 Jul 2014 10:38:01 -0000." <201407131038.s6DAc1G5095327@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 13 Jul 2014 21:57:49 -0700 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jul 2014 04:57:55 -0000 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 FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.