For consistency with more system include files, add a trailing '_' to
the define guards in audit_kevents.h.
This commit is contained in:
parent
0a2b7da874
commit
bbbde97163
@ -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…
x
Reference in New Issue
Block a user