mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04: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
1 changed files with 3 additions and 3 deletions
|
|
@ -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 a new issue