From owner-p4-projects@FreeBSD.ORG Sun Jun 29 16:27:11 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id B5EDA1065676; Sun, 29 Jun 2008 16:27:11 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77D7E1065672 for ; Sun, 29 Jun 2008 16:27:11 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 653D08FC15 for ; Sun, 29 Jun 2008 16:27:11 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m5TGRBQs067669 for ; Sun, 29 Jun 2008 16:27:11 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m5TGRB8j067667 for perforce@freebsd.org; Sun, 29 Jun 2008 16:27:11 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Sun, 29 Jun 2008 16:27:11 GMT Message-Id: <200806291627.m5TGRB8j067667@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 144288 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: Sun, 29 Jun 2008 16:27:11 -0000 http://perforce.freebsd.org/chv.cgi?CH=144288 Change 144288 by rwatson@rwatson_fledge on 2008/06/29 16:27:05 More minor style changes. Affected files ... .. //depot/projects/trustedbsd/openbsm/bin/auditd/auditd.c#30 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/bin/auditd/auditd.c#30 (text+ko) ==== @@ -26,7 +26,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $P4: //depot/projects/trustedbsd/openbsm/bin/auditd/auditd.c#29 $ + * $P4: //depot/projects/trustedbsd/openbsm/bin/auditd/auditd.c#30 $ */ #include @@ -90,8 +90,8 @@ static mach_port_t port_set = MACH_PORT_NULL; #ifndef __BSM_INTERNAL_NOTIFY_KEY -#define __BSM_INTERNAL_NOTIFY_KEY "com.apple.audit.change" -#endif /* __BSM_INTERNAL_NOTIFY_KEY */ +#define __BSM_INTERNAL_NOTIFY_KEY "com.apple.audit.change" +#endif /* __BSM_INTERNAL_NOTIFY_KEY */ #endif /* USE_MACH_IPC */ static TAILQ_HEAD(, dir_ent) dir_q; @@ -599,13 +599,13 @@ */ #define DUPLICATE_INTERVAL 30 #ifdef USE_MACH_IPC -#define AT_SUCCESS KERN_SUCCESS +#define AT_SUCCESS KERN_SUCCESS /* ARGSUSED */ kern_return_t audit_triggers(mach_port_t __unused audit_port, int trigger) #else -#define AT_SUCCESS 0 +#define AT_SUCCESS 0 static int handle_audit_trigger(int trigger)