From owner-svn-src-all@FreeBSD.ORG Fri Mar 12 10:17:50 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FA4F106564A for ; Fri, 12 Mar 2010 10:17:50 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from mxf3.bahnhof.se (mxf3.bahnhof.se [213.80.101.27]) by mx1.freebsd.org (Postfix) with ESMTP id DB7E38FC13 for ; Fri, 12 Mar 2010 10:17:49 +0000 (UTC) Received: from localhost (mxf3.local [127.0.0.1]) by mxf3-reinject (Postfix) with ESMTP id F38B31334504 for ; Fri, 12 Mar 2010 11:17:48 +0100 (CET) X-Virus-Scanned: by amavisd-new using ClamAV at bahnhof.se (MXF2) X-Spam-Score: 4.468 X-Spam-Level: **** X-Spam-Status: No, score=4.468 tagged_above=-99 required=5 tests=[DNS_FROM_RFC_POST=1.708, RATWARE_GECKO_BUILD=1.691, SPF_NEUTRAL=1.069] Received: from mxf3.bahnhof.se ([127.0.0.1]) by localhost (mxf3.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dpnyQS4+f1dm for ; Fri, 12 Mar 2010 11:17:46 +0100 (CET) Received: from [192.168.1.33] (h-90-99.A163.priv.bahnhof.se [79.136.90.99]) by mxf3.bahnhof.se (Postfix) with ESMTP id E62FE13344AE for ; Fri, 12 Mar 2010 11:17:45 +0100 (CET) Received: from 127.0.0.1 (AVG SMTP 9.0.733 [271.1.1/2739]); Fri, 12 Mar 2010 11:17:43 +0100 Message-ID: <4B9A14C7.4050404@gmail.com> Date: Fri, 12 Mar 2010 11:17:43 +0100 From: Niclas Zeising User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3 MIME-Version: 1.0 To: svn-src-all@freebsd.org References: <201003120631.o2C6VKgR017178@svn.freebsd.org> In-Reply-To: <201003120631.o2C6VKgR017178@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: svn commit: r205069 - head/sys/net X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 12 Mar 2010 10:17:50 -0000 On 2010-03-12 07:31, Kip Macy wrote: > Author: kmacy > Date: Fri Mar 12 06:31:19 2010 > New Revision: 205069 > URL: http://svn.freebsd.org/changeset/base/205069 > > Log: > fix stats reporting sysctl > > Modified: > head/sys/net/flowtable.c > > Modified: head/sys/net/flowtable.c > ============================================================================== > --- head/sys/net/flowtable.c Fri Mar 12 05:16:24 2010 (r205068) > +++ head/sys/net/flowtable.c Fri Mar 12 06:31:19 2010 (r205069) > @@ -1,6 +1,6 @@ > /************************************************************************** > > -Copyright (c) 2008-2010, BitGravity Inc. > +Copyright (c) 2008-2009, BitGravity Inc. > All rights reserved. Was it on purpose the copyright went backwards? //Niclas