From owner-cvs-all@FreeBSD.ORG Sun Nov 16 06:05:29 2003 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 42E9A16A4CE; Sun, 16 Nov 2003 06:05:29 -0800 (PST) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 292C343FCB; Sun, 16 Nov 2003 06:05:27 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3p2/8.8.7) with ESMTP id BAA10253; Mon, 17 Nov 2003 01:05:16 +1100 Date: Mon, 17 Nov 2003 01:05:13 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Andre Oppermann In-Reply-To: <3FB7738B.3D8CDCAE@pipeline.ch> Message-ID: <20031117010500.S1838@gamplex.bde.org> References: <200311161250.hAGCoXqX077983@repoman.freebsd.org> <3FB7738B.3D8CDCAE@pipeline.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Andre Oppermann cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fastfwd.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: Sun, 16 Nov 2003 14:05:29 -0000 On Sun, 16 Nov 2003, Andre Oppermann wrote: > Andre Oppermann wrote: > > > > andre 2003/11/16 04:50:33 PST > > > > FreeBSD src repository > > > > Modified files: > > sys/netinet ip_fastfwd.c > > Log: > > Make two casts correct for all types of 64bit platforms. > > > > Explained by: bde > > Actually bde provided a more complete fix which involves changing > ip_input and ip_output too in private email. This fixes the clear > problem first. In the other I will look next. Thanks. Bruce