Date: Mon, 27 Feb 2006 18:54:12 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 92475 for review Message-ID: <200602271854.k1RIsCSm033211@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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_ */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602271854.k1RIsCSm033211>