From owner-cvs-all@FreeBSD.ORG Wed Sep 1 02:31:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7F4016A4CE; Wed, 1 Sep 2004 02:31:07 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id F26E143D2F; Wed, 1 Sep 2004 02:31:06 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id E2A9A6520F; Wed, 1 Sep 2004 03:31:04 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 49273-07; Wed, 1 Sep 2004 03:31:04 +0100 (BST) Received: from empiric.dek.spc.org (dhcp113.icir.org [192.150.187.113]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 3C953651F4; Wed, 1 Sep 2004 03:31:04 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id AEC7A62A0; Tue, 31 Aug 2004 19:31:01 -0700 (PDT) Date: Tue, 31 Aug 2004 19:31:00 -0700 From: Bruce M Simpson To: Max Laier Message-ID: <20040901023100.GA5634@empiric.icir.org> Mail-Followup-To: Max Laier , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200408311804.i7VI4YtV070366@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408311804.i7VI4YtV070366@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/pf/pflogd pflogd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Sep 2004 02:31:07 -0000 On Tue, Aug 31, 2004 at 06:04:34PM +0000, Max Laier wrote: > Log: > Make pflogd(8) store pcap_sf_pkthdr instead of MD timeval contaminated > pcap_pkthdr. This makes /var/log/pflog standart compliant on 64bit archs. Please MT5 this change if at all possible... and many thanks! BMS