From owner-svn-src-all@FreeBSD.ORG Wed Mar 5 14:10:32 2014 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C272FAD5; Wed, 5 Mar 2014 14:10:32 +0000 (UTC) Received: from mho-01-ewr.mailhop.org (mho-03-ewr.mailhop.org [204.13.248.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9564ECCF; Wed, 5 Mar 2014 14:10:32 +0000 (UTC) Received: from c-24-8-230-52.hsd1.co.comcast.net ([24.8.230.52] helo=damnhippie.dyndns.org) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1WLCWl-0007D6-Af; Wed, 05 Mar 2014 14:10:31 +0000 Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by damnhippie.dyndns.org (8.14.3/8.14.3) with ESMTP id s25EATOL049368; Wed, 5 Mar 2014 07:10:29 -0700 (MST) (envelope-from ian@FreeBSD.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 24.8.230.52 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+uZk52UGq64dJPxA+77bMB Subject: Re: svn commit: r262760 - in head: sbin/pfctl sys/net sys/netpfil/pf From: Ian Lepore To: Gleb Smirnoff In-Reply-To: <201403050040.s250e32v098454@svn.freebsd.org> References: <201403050040.s250e32v098454@svn.freebsd.org> Content-Type: text/plain; charset="us-ascii" Date: Wed, 05 Mar 2014 07:10:28 -0700 Message-ID: <1394028628.1149.329.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Mar 2014 14:10:32 -0000 On Wed, 2014-03-05 at 00:40 +0000, Gleb Smirnoff wrote: > Author: glebius > Date: Wed Mar 5 00:40:03 2014 > New Revision: 262760 > URL: http://svnweb.freebsd.org/changeset/base/262760 > > Log: > Instead of playing games with casts simply add 3 more members to the > structure pf_rule, that are used when the structure is passed via > ioctl(). > > PR: 187074 > > Modified: > head/sbin/pfctl/pfctl.c > head/sys/net/pfvar.h > head/sys/netpfil/pf/pf_ioctl.c This is causing build failures on 32-bit platforms (%lu with uint64_t values). -- Ian