From owner-cvs-all@FreeBSD.ORG Thu Nov 8 15:49:01 2007 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 86A0516A469; Thu, 8 Nov 2007 15:49:01 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 55C7C13C4CA; Thu, 8 Nov 2007 15:49:01 +0000 (UTC) (envelope-from rwatson@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 lA8Fn1ci055922; Thu, 8 Nov 2007 15:49:01 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lA8Fn1ka055921; Thu, 8 Nov 2007 15:49:01 GMT (envelope-from rwatson) Message-Id: <200711081549.lA8Fn1ka055921@repoman.freebsd.org> From: Robert Watson Date: Thu, 8 Nov 2007 15:49:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/security/audit audit.c 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: Thu, 08 Nov 2007 15:49:01 -0000 rwatson 2007-11-08 15:49:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/security/audit audit.c Log: Merge audit.c:1.26 from HEAD to RELENG_6: No need to force __inline__ of currecord(), as the compiler will usefully inline it when needed already, and the symbol is also required outside of audit.c. This silences a new gcc warning on the topic of using __inline__ instead of __inline. Revision Changes Path 1.18.2.6 +1 -1 src/sys/security/audit/audit.c