summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantosh Kumar Pradhan <spradhan@redhat.com>2013-10-21 21:36:13 +0530
committerAnand Avati <avati@redhat.com>2013-10-21 23:58:42 -0700
commite6bf83dbf781877d185057b3339ed81d7ec150e6 (patch)
tree37ff71bafcdaf5bd1bf71ca5c20620a3372ff746
parent34990cf1838fe85d995c15ea25bc0f77bfd66ed6 (diff)
Rectify the guard macro name of glusterfs-acl.h
Change-Id: I13bc7626c7f852647a75e3d5e397d2cd55757932 BUG: 1009210 Signed-off-by: Santosh Kumar Pradhan <spradhan@redhat.com> Reviewed-on: http://review.gluster.org/6117 Reviewed-by: Anand Avati <avati@redhat.com> Tested-by: Anand Avati <avati@redhat.com>
-rw-r--r--libglusterfs/src/glusterfs-acl.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libglusterfs/src/glusterfs-acl.h b/libglusterfs/src/glusterfs-acl.h
index 6c3154f47..b7de1cdb4 100644
--- a/libglusterfs/src/glusterfs-acl.h
+++ b/libglusterfs/src/glusterfs-acl.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2008-2012 Red Hat, Inc. <http://www.redhat.com>
+ Copyright (c) 2008-2013 Red Hat, Inc. <http://www.redhat.com>
This file is part of GlusterFS.
This file is licensed to you under your choice of the GNU Lesser
@@ -8,8 +8,8 @@
cases as published by the Free Software Foundation.
*/
-#ifndef _COMMON_ACL_H
-#define _COMMON_ACL_H
+#ifndef _GLUSTERFS_ACL_H
+#define _GLUSTERFS_ACL_H
#include <stdint.h>
#include <sys/types.h> /* For uid_t */
@@ -78,4 +78,4 @@ struct posix_acl_conf {
struct posix_acl *minimal_acl;
};
-#endif /* _COMMON_ACL_H */
+#endif /* _GLUSTERFS_ACL_H */