From 457c655231d10b7ec606f8b3a63f461fe19f098c Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 24 Apr 2014 06:24:14 +0200 Subject: change inclusion guard pattern MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/auth/crypt.h | 4 ++-- src/auth/pam.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/auth') diff --git a/src/auth/crypt.h b/src/auth/crypt.h index e75c5b5..0be6a39 100644 --- a/src/auth/crypt.h +++ b/src/auth/crypt.h @@ -16,8 +16,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#ifndef __CRYPT_H__ -#define __CRYPT_H__ +#ifndef CERBERUS_AUTH_CRYPT_H +#define CERBERUS_AUTH_CRYPT_H /** diff --git a/src/auth/pam.h b/src/auth/pam.h index ee766df..c7fae8d 100644 --- a/src/auth/pam.h +++ b/src/auth/pam.h @@ -16,8 +16,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#ifndef __PAM_H__ -#define __PAM_H__ +#ifndef CERBERUS_AUTH_PAM_H +#define CERBERUS_AUTH_PAM_H /** -- cgit v1.2.3-70-g09d2