]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix header defines
authorMarco van Wieringen <mvw@planets.elm.net>
Sun, 6 Sep 2009 18:52:43 +0000 (20:52 +0200)
committerKern Sibbald <kern@sibbald.com>
Mon, 7 Sep 2009 10:38:48 +0000 (12:38 +0200)
Signed-off-by: Kern Sibbald <kern@sibbald.com>
bacula/src/filed/acl.h
bacula/src/filed/restore.h
bacula/src/filed/xattr.h

index 94a6f0f79ee52d40d39c83b5a1629816621e20b0..fe389734fd4ba18ba7ca457e9f38a54fc1061e8e 100644 (file)
@@ -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 */
index 5a9e809b3351d166ef19076f57facb2f923d370a..76d18dbeadcaf2de026a838cdaf6eedd344e30f3 100644 (file)
@@ -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;
index c8c999d1c29ef98ed4875a8c4c5ad402fa0f6ead..329c32dec0a1995fba9e2ccf27bdb905d3c53bb5 100644 (file)
@@ -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.