From f8d89284d989176fd3d938f06dc9ec58bc4fb524 Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Sun, 6 Sep 2009 20:52:43 +0200 Subject: [PATCH] Fix header defines Signed-off-by: Kern Sibbald --- bacula/src/filed/acl.h | 4 ++-- bacula/src/filed/restore.h | 4 ++-- bacula/src/filed/xattr.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bacula/src/filed/acl.h b/bacula/src/filed/acl.h index 94a6f0f79e..fe389734fd 100644 --- a/bacula/src/filed/acl.h +++ b/bacula/src/filed/acl.h @@ -29,8 +29,8 @@ * Properties we use for getting and setting ACLs. */ -#ifndef _BACULA_ACL_H -#define _BACULA_ACL_H +#ifndef __ACL_H +#define __ACL_H /* For shorter ACL strings when possible, define BACL_WANT_SHORT_ACLS */ /* #define BACL_WANT_SHORT_ACLS */ diff --git a/bacula/src/filed/restore.h b/bacula/src/filed/restore.h index 5a9e809b33..76d18dbead 100644 --- a/bacula/src/filed/restore.h +++ b/bacula/src/filed/restore.h @@ -26,8 +26,8 @@ Switzerland, email:ftf@fsfeurope.org. */ -#ifndef _BACULA_RESTORE_H -#define _BACULA_RESTORE_H +#ifndef __RESTORE_H +#define __RESTORE_H struct RESTORE_CIPHER_CTX { CIPHER_CONTEXT *cipher; diff --git a/bacula/src/filed/xattr.h b/bacula/src/filed/xattr.h index c8c999d1c2..329c32dec0 100644 --- a/bacula/src/filed/xattr.h +++ b/bacula/src/filed/xattr.h @@ -26,8 +26,8 @@ Switzerland, email:ftf@fsfeurope.org. */ -#ifndef _BACULA_XATTR_H -#define _BACULA_XATTR_H +#ifndef __XATTR_H +#define __XATTR_H /* * Magic used in the magic field of the xattr struct. -- 2.39.5