PERFORCE change 92475 for review

Robert Watson rwatson at FreeBSD.org
Mon Feb 27 10:54:24 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=92475

Change 92475 by rwatson at 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_ */


More information about the trustedbsd-cvs mailing list