From owner-p4-projects@FreeBSD.ORG Mon Feb 27 18:54:15 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 17B7F16A423; Mon, 27 Feb 2006 18:54:15 +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 B724E16A422 for ; Mon, 27 Feb 2006 18:54:14 +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 1112643D46 for ; Mon, 27 Feb 2006 18:54:13 +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 k1RIsCLb033214 for ; Mon, 27 Feb 2006 18:54:12 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 k1RIsCSm033211 for perforce@freebsd.org; Mon, 27 Feb 2006 18:54:12 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Mon, 27 Feb 2006 18:54:12 GMT Message-Id: <200602271854.k1RIsCSm033211@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 92475 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: Mon, 27 Feb 2006 18:54:16 -0000 http://perforce.freebsd.org/chv.cgi?CH=92475 Change 92475 by rwatson@rwatson_fledge on 2006/02/27 18:53:56 Synchronize include guards with include file name. Affected files ... .. //depot/projects/trustedbsd/openbsm/bsm/audit_internal.h#9 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/bsm/audit_internal.h#9 (text+ko) ==== @@ -34,11 +34,11 @@ * * @APPLE_BSD_LICENSE_HEADER_END@ * - * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_internal.h#8 $ + * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_internal.h#9 $ */ -#ifndef _LIBBSM_INTERNAL_H -#define _LIBBSM_INTERNAL_H +#ifndef _AUDIT_INTERNAL_H +#define _AUDIT_INTERNAL_H /* * audit_internal.h contains private interfaces that are shared by user space @@ -112,4 +112,4 @@ #define ADD_STRING(loc, data, size) ADD_MEM(loc, data, size) -#endif /* !_LIBBSM_INTERNAL_H_ */ +#endif /* !_AUDIT_INTERNAL_H_ */