From owner-p4-projects@FreeBSD.ORG Sat Mar 4 13:47:07 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 9D0E916A423; Sat, 4 Mar 2006 13:47:06 +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 74D6F16A420 for ; Sat, 4 Mar 2006 13:47:06 +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 EE2AD43D53 for ; Sat, 4 Mar 2006 13:47:02 +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 k24Dl2MI045543 for ; Sat, 4 Mar 2006 13:47:02 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 k24Dl2iq045540 for perforce@freebsd.org; Sat, 4 Mar 2006 13:47:02 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Sat, 4 Mar 2006 13:47:02 GMT Message-Id: <200603041347.k24Dl2iq045540@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 92721 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: Sat, 04 Mar 2006 13:47:07 -0000 http://perforce.freebsd.org/chv.cgi?CH=92721 Change 92721 by rwatson@rwatson_zoo on 2006/03/04 13:46:13 Forward declare struct au_record so that having it as a function argument for functions declared in audit_private.h does not require all consumers of the include file to include bsm/audit_internal.h. Remove nested include of audit.h, since all consumers include it already. Affected files ... .. //depot/projects/trustedbsd/audit3/sys/security/audit/audit_private.h#18 edit Differences ... ==== //depot/projects/trustedbsd/audit3/sys/security/audit/audit_private.h#18 (text+ko) ==== @@ -240,6 +240,7 @@ * Functions relating to the conversion of internal kernel audit records to * the BSM file format. */ +struct au_record; int kaudit_to_bsm(struct kaudit_record *kar, struct au_record **pau); int bsm_rec_verify(void *rec); @@ -266,7 +267,6 @@ #include #include #include -#include /* * Some of the BSM tokenizer functions take different parameters in the