From owner-p4-projects@FreeBSD.ORG Mon Feb 27 18:55:25 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id B9EAC16A423; Mon, 27 Feb 2006 18:55:24 +0000 (GMT) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91EED16A420 for ; Mon, 27 Feb 2006 18:55:24 +0000 (GMT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02F9943D49 for ; Mon, 27 Feb 2006 18:55:14 +0000 (GMT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1RItEOe033285 for ; Mon, 27 Feb 2006 18:55:14 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1RItEpC033282 for perforce@freebsd.org; Mon, 27 Feb 2006 18:55:14 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Mon, 27 Feb 2006 18:55:14 GMT Message-Id: <200602271855.k1RItEpC033282@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Cc: Subject: PERFORCE change 92476 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 18:55:25 -0000 http://perforce.freebsd.org/chv.cgi?CH=92476 Change 92476 by rwatson@rwatson_fledge on 2006/02/27 18:55:03 queue macros now required only for access to internal audit data structures, rather than public ones. Affected files ... .. //depot/projects/trustedbsd/openbsm/bsm/audit_internal.h#10 edit .. //depot/projects/trustedbsd/openbsm/bsm/libbsm.h#18 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/bsm/audit_internal.h#10 (text+ko) ==== @@ -34,12 +34,14 @@ * * @APPLE_BSD_LICENSE_HEADER_END@ * - * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_internal.h#9 $ + * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_internal.h#10 $ */ #ifndef _AUDIT_INTERNAL_H #define _AUDIT_INTERNAL_H +#include + /* * audit_internal.h contains private interfaces that are shared by user space * and the kernel for the purposes of assembling audit records. Applications ==== //depot/projects/trustedbsd/openbsm/bsm/libbsm.h#18 (text+ko) ==== @@ -26,7 +26,7 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $P4: //depot/projects/trustedbsd/openbsm/bsm/libbsm.h#17 $ + * $P4: //depot/projects/trustedbsd/openbsm/bsm/libbsm.h#18 $ */ #ifndef _LIBBSM_H_ @@ -42,7 +42,6 @@ #include #include -#include #include /* Required for audit.h. */ #include /* Required for clock_t on Linux. */