From owner-p4-projects@FreeBSD.ORG Sun May 11 18:02:59 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id E6DD71065679; Sun, 11 May 2008 18:02:58 +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 A8CB71065670 for ; Sun, 11 May 2008 18:02:58 +0000 (UTC) (envelope-from snagg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 45F5F8FC15 for ; Sun, 11 May 2008 18:02:58 +0000 (UTC) (envelope-from snagg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4BI2wdI001435 for ; Sun, 11 May 2008 18:02:58 GMT (envelope-from snagg@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4BI2wUY001433 for perforce@freebsd.org; Sun, 11 May 2008 18:02:58 GMT (envelope-from snagg@FreeBSD.org) Date: Sun, 11 May 2008 18:02:58 GMT Message-Id: <200805111802.m4BI2wUY001433@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to snagg@FreeBSD.org using -f From: Vincenzo Iozzo To: Perforce Change Reviews Cc: Subject: PERFORCE change 141471 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, 11 May 2008 18:02:59 -0000 http://perforce.freebsd.org/chv.cgi?CH=141471 Change 141471 by snagg@snagg_macosx on 2008/05/11 18:02:40 Fixed some identation mistakes Affected files ... .. //depot/projects/soc2008/snagg-audit/sys/security/audit/audit_ioctl.h#3 edit .. //depot/projects/soc2008/snagg-audit/sys/security/audit/audit_pipe.c#3 edit Differences ... ==== //depot/projects/soc2008/snagg-audit/sys/security/audit/audit_ioctl.h#3 (text) ==== @@ -48,7 +48,7 @@ */ #define AUDITPIPE_PRESELECT_MODE_TRAIL 1 /* Global audit trail. */ #define AUDITPIPE_PRESELECT_MODE_LOCAL 2 /* Local audit trail. */ -#define AUDITPIPE_PRESELECT_MODE_SYSCALL 3 /* Events based audit trail */ +#define AUDITPIPE_PRESELECT_MODE_SYSCALL 3 /* Events based audit trail */ /* * Ioctls to read and control the behavior of individual audit pipe devices. */ ==== //depot/projects/soc2008/snagg-audit/sys/security/audit/audit_pipe.c#3 (text) ==== @@ -68,7 +68,8 @@ "Audit pipe entries and buffers"); static MALLOC_DEFINE(M_AUDIT_PIPE_PRESELECT, "audit_pipe_presel", "Audit pipe preselection structure"); -static MALLOC_DEFINE(M_AUDIT_PIPE_PRESELECT_EVENT, "audit_pipe_preselection", "Audit pipe preselection events structure"); +static MALLOC_DEFINE(M_AUDIT_PIPE_PRESELECT_EVENT, +"audit_pipe_preselection", "Audit pipe preselection events structure"); /* * Audit pipe buffer parameters.