From owner-cvs-src@FreeBSD.ORG Sat Nov 24 00:03:24 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FB2816A419; Sat, 24 Nov 2007 00:03:24 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by mx1.freebsd.org (Postfix) with ESMTP id B52DC13C468; Sat, 24 Nov 2007 00:03:22 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47476A52.8040508@FreeBSD.org> Date: Sat, 24 Nov 2007 01:03:30 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: John Birrell References: <200711232354.lANNsjmU040755@repoman.freebsd.org> In-Reply-To: <200711232354.lANNsjmU040755@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/binutils/opcodes ppc-dis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Nov 2007 00:03:24 -0000 John Birrell wrote: > jb 2007-11-23 23:54:45 UTC > > FreeBSD src repository > > Modified files: > contrib/binutils/opcodes ppc-dis.c > Log: > Fix strict alias warnings. > > Revision Changes Path > 1.2 +119 -37 src/contrib/binutils/opcodes/ppc-dis.c Usually we try to avoid taking files off the vendor branch, it causes trouble for the person doing the vendor imports :( Kris