For consistency with more system include files, add a trailing '_' to

the define guards in audit_kevents.h.
This commit is contained in:
Robert Watson 2005-05-29 16:11:34 +00:00
parent 8f0aaac907
commit 38e5b60d5d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146760

View File

@ -26,8 +26,8 @@
* $FreeBSD$
*/
#ifndef _BSM_AUDIT_KEVENTS_H
#define _BSM_AUDIT_KEVENTS_H
#ifndef _BSM_AUDIT_KEVENTS_H_
#define _BSM_AUDIT_KEVENTS_H_
/*
* This is a place-holder include file that defines exactly one audit event:
@ -35,4 +35,4 @@
*/
#define AUE_NULL 0
#endif /* !_BSM_AUDIT_KEVENTS_H */
#endif /* !_BSM_AUDIT_KEVENTS_H_ */