From owner-cvs-all@FreeBSD.ORG Sat Feb 28 12:43:26 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 8FA8D16A4CE; Sat, 28 Feb 2004 12:43:26 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1EED43D45; Sat, 28 Feb 2004 12:43:25 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 6BDB3654E1; Sat, 28 Feb 2004 20:43:24 +0000 (GMT) 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 89987-04-12; Sat, 28 Feb 2004 20:43:24 +0000 (GMT) Received: from saboteur.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id E93D1653D2; Sat, 28 Feb 2004 20:43:23 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 2A42157; Sat, 28 Feb 2004 20:43:22 +0000 (GMT) Date: Sat, 28 Feb 2004 20:43:22 +0000 From: Bruce M Simpson To: Max Laier Message-ID: <20040228204322.GG28287@saboteur.dek.spc.org> Mail-Followup-To: Max Laier , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200402281841.i1SIfi2E095676@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402281841.i1SIfi2E095676@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/pfctl parse.y 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: Sat, 28 Feb 2004 20:43:26 -0000 On Sat, Feb 28, 2004 at 10:41:44AM -0800, Max Laier wrote: > Log: > Add local define of HTONL() as it was decided to protect this by _KERNEL > in Approved by: bms