svn commit: r262760 - in head: sbin/pfctl sys/net sys/netpfil/pf

Ian Lepore ian at FreeBSD.org
Wed Mar 5 14:10:32 UTC 2014


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




More information about the svn-src-head mailing list