From 84ff871a58a2c577b85c7a140dc96940735a99e2 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 25 Mar 2013 11:30:16 -0400 Subject: [PATCH] Rename guard define. --- plugins/sudoers/check.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/sudoers/check.h b/plugins/sudoers/check.h index 0042fc682..ee0800105 100644 --- a/plugins/sudoers/check.h +++ b/plugins/sudoers/check.h @@ -19,8 +19,8 @@ * Materiel Command, USAF, under agreement number F39502-99-1-0512. */ -#ifndef _SUDOERS_TIMESTAMP_H -#define _SUDOERS_TIMESTAMP_H +#ifndef _SUDOERS_CHECK_H +#define _SUDOERS_CHECK_H /* Status codes for timestamp_status() */ #define TS_CURRENT 0 @@ -47,4 +47,4 @@ bool update_timestamp(void); int build_timestamp(void); int timestamp_status(void); -#endif /* _SUDOERS_TIMESTAMP_H */ +#endif /* _SUDOERS_CHECK_H */