PERFORCE change 140731 for review

Diego Giagio diego at FreeBSD.org
Sun Apr 27 15:45:30 UTC 2008


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

Change 140731 by diego at diego_black on 2008/04/27 15:45:26

	Fixed a typo on #ifdef guards

Affected files ...

.. //depot/projects/soc2008/diego-audit/src/sys/security/audit/audit.h#3 edit

Differences ...

==== //depot/projects/soc2008/diego-audit/src/sys/security/audit/audit.h#3 (text) ====

@@ -35,7 +35,7 @@
  */
 
 #ifndef _SECURITY_AUDIT_KERNEL_H_
-#define	_SEUCRITY_AUDIT_KERNEL_H_
+#define	_SECURITY_AUDIT_KERNEL_H_
 
 #ifndef _KERNEL
 #error "no user-serviceable parts inside"


More information about the p4-projects mailing list