From owner-cvs-src@FreeBSD.ORG Tue Apr 8 16:37:20 2008 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 927D21065691; Tue, 8 Apr 2008 16:37:20 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from azure.onthenet.com.au (azure.OntheNet.com.au [203.13.68.11]) by mx1.freebsd.org (Postfix) with ESMTP id 4D1CB8FC37; Tue, 8 Apr 2008 16:37:20 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by azure.onthenet.com.au (Postfix) with ESMTP id 9036311E13; Wed, 9 Apr 2008 02:37:18 +1000 (EST) Received: from peter-grehans-power-mac-g5.local (dsl-63-249-90-35.cruzio.com [63.249.90.35]) by dommail.onthenet.com.au (MOS 3.7.5a-GA) with ESMTP id DUQ10062 (AUTH peterg@ptree32.com.au); Wed, 9 Apr 2008 02:37:16 +1000 (EST) Message-ID: <47FB9F3A.7070509@freebsd.org> Date: Tue, 08 Apr 2008 09:37:14 -0700 From: Peter Grehan User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: Marcel Moolenaar References: <200804081634.m38GYp5V044577@repoman.freebsd.org> In-Reply-To: <200804081634.m38GYp5V044577@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/sys/powerpc/include atomic.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: grehan@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2008 16:37:20 -0000 > Modified files: > sys/powerpc/include atomic.h > Log: > Quick fix for the kernel build breakage in netgraph and the > aliasing warning in libthr. A more elaborate fix is in the > works that makes sure that all variants have proper inline > functions with proper types. Thankyou Marcel ! later, Peter.