Re: svn commit: r238977 - head/sys/netinet/ipfw

2012-08-01 Thread Garrett Cooper
On Wed, Aug 1, 2012 at 11:49 AM, Luigi Rizzo wrote: > Author: luigi > Date: Wed Aug 1 18:49:00 2012 > New Revision: 238977 > URL: http://svn.freebsd.org/changeset/base/238977 > > Log: > add a cast to avoid a signed/unsigned warning (to be removed > when we will have TUNABLE_UINT constructors)

svn commit: r238977 - head/sys/netinet/ipfw

2012-08-01 Thread Luigi Rizzo
Author: luigi Date: Wed Aug 1 18:49:00 2012 New Revision: 238977 URL: http://svn.freebsd.org/changeset/base/238977 Log: add a cast to avoid a signed/unsigned warning (to be removed when we will have TUNABLE_UINT constructors) Modified: head/sys/netinet/ipfw/ip_fw2.c Modified: head/sys/net