From owner-cvs-all@FreeBSD.ORG Tue Apr 8 16:34:51 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 797871065671; Tue, 8 Apr 2008 16:34:51 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 509358FC14; Tue, 8 Apr 2008 16:34:51 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m38GYpeB044578; Tue, 8 Apr 2008 16:34:51 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m38GYp5V044577; Tue, 8 Apr 2008 16:34:51 GMT (envelope-from marcel) Message-Id: <200804081634.m38GYp5V044577@repoman.freebsd.org> From: Marcel Moolenaar Date: Tue, 8 Apr 2008 16:34:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/powerpc/include atomic.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 08 Apr 2008 16:34:51 -0000 marcel 2008-04-08 16:34:51 UTC FreeBSD src repository 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. Revision Changes Path 1.20 +4 -2 src/sys/powerpc/include/atomic.h