From owner-p4-projects@FreeBSD.ORG Tue Sep 27 15:39:04 2005 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 0937216A421; Tue, 27 Sep 2005 15:39:04 +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 D2D9A16A420 for ; Tue, 27 Sep 2005 15:39:03 +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 ADD2443D72 for ; Tue, 27 Sep 2005 15:39:01 +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 j8RFd1XB004691 for ; Tue, 27 Sep 2005 15:39:01 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 j8RFd1Dq004688 for perforce@freebsd.org; Tue, 27 Sep 2005 15:39:01 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Tue, 27 Sep 2005 15:39:01 GMT Message-Id: <200509271539.j8RFd1Dq004688@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 84351 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: Tue, 27 Sep 2005 15:39:05 -0000 http://perforce.freebsd.org/chv.cgi?CH=84351 Change 84351 by rwatson@rwatson_zoo on 2005/09/27 15:38:46 Rename audit_klib.h to audit_private.h, as it contains private APIs within the audit implementation. Affected files ... .. //depot/projects/trustedbsd/audit3/sys/security/audit/audit_klib.h#7 delete .. //depot/projects/trustedbsd/audit3/sys/security/audit/audit_private.h#1 branch .. //depot/projects/trustedbsd/audit3/sys/security/audit/kern_audit.c#41 edit .. //depot/projects/trustedbsd/audit3/sys/security/audit/kern_bsm_audit.c#15 edit .. //depot/projects/trustedbsd/audit3/sys/security/audit/kern_bsm_klib.c#14 edit .. //depot/projects/trustedbsd/audit3/sys/security/audit/kern_bsm_token.c#9 edit Differences ... ==== //depot/projects/trustedbsd/audit3/sys/security/audit/kern_audit.c#41 (text+ko) ==== @@ -53,7 +53,7 @@ #include #include #include -#include +#include /* * XXXAUDIT: Might be nice to use a UMA zone for records, and malloc(9) only ==== //depot/projects/trustedbsd/audit3/sys/security/audit/kern_bsm_audit.c#15 (text+ko) ==== @@ -37,7 +37,7 @@ #include #include -#include +#include #include #include ==== //depot/projects/trustedbsd/audit3/sys/security/audit/kern_bsm_klib.c#14 (text+ko) ==== @@ -36,7 +36,7 @@ #include #include #include -#include +#include /* * Hash table functions for the audit event number to event class mask ==== //depot/projects/trustedbsd/audit3/sys/security/audit/kern_bsm_token.c#9 (text+ko) ==== @@ -52,7 +52,7 @@ #include #include #include -#include +#include #define GET_TOKEN_AREA(t, dptr, length) \ do {\