From owner-p4-projects@FreeBSD.ORG Fri Apr 22 18:53:02 2005 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id D3C8116A4F8; Fri, 22 Apr 2005 18:53:01 +0000 (GMT) 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 81A7E16A4D5 for ; Fri, 22 Apr 2005 18:53:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4219043D5D for ; Fri, 22 Apr 2005 18:53: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 j3MIr1GH088283 for ; Fri, 22 Apr 2005 18:53: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 j3MIr0R7088280 for perforce@freebsd.org; Fri, 22 Apr 2005 18:53:00 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Fri, 22 Apr 2005 18:53:00 GMT Message-Id: <200504221853.j3MIr0R7088280@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 Subject: PERFORCE change 75729 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Apr 2005 18:53:02 -0000 http://perforce.freebsd.org/chv.cgi?CH=75729 Change 75729 by rwatson@rwatson_paprika on 2005/04/22 18:52:22 Include libbsm.h consistently across all library .c files. Affected files ... .. //depot/projects/trustedbsd/openbsm/libbsm/bsm_notify.c#2 edit .. //depot/projects/trustedbsd/openbsm/libbsm/bsm_wrappers.c#2 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/libbsm/bsm_notify.c#2 (text+ko) ==== @@ -35,7 +35,7 @@ #include /* uint32_t */ #include /* syslog() */ #include /* syslog() */ -#include "libbsm.h" +#include /* if 1, assumes a kernel that sends the right notification */ #define AUDIT_NOTIFICATION_ENABLED 1 ==== //depot/projects/trustedbsd/openbsm/libbsm/bsm_wrappers.c#2 (text+ko) ==== @@ -36,7 +36,7 @@ #include /* syslog() */ #include /* syslog() */ #include -#include "libbsm.h" +#include /* * XXX Write up in a separate white paper.