mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-07 13:14:51 +00:00
For consistency with more system include files, add a trailing '_' to
the define guards in audit_kevents.h.
This commit is contained in:
parent
8f0aaac907
commit
38e5b60d5d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146760
@ -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_ */
|
||||
|
Loading…
Reference in New Issue
Block a user