From 38e5b60d5da4063232849aef2d24cafd75508321 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Sun, 29 May 2005 16:11:34 +0000 Subject: [PATCH] For consistency with more system include files, add a trailing '_' to the define guards in audit_kevents.h. --- sys/bsm/audit_kevents.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/bsm/audit_kevents.h b/sys/bsm/audit_kevents.h index c5eb9d11816..f7520bc59e3 100644 --- a/sys/bsm/audit_kevents.h +++ b/sys/bsm/audit_kevents.h @@ -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_ */