From e6bf83dbf781877d185057b3339ed81d7ec150e6 Mon Sep 17 00:00:00 2001 From: Santosh Kumar Pradhan Date: Mon, 21 Oct 2013 21:36:13 +0530 Subject: Rectify the guard macro name of glusterfs-acl.h Change-Id: I13bc7626c7f852647a75e3d5e397d2cd55757932 BUG: 1009210 Signed-off-by: Santosh Kumar Pradhan Reviewed-on: http://review.gluster.org/6117 Reviewed-by: Anand Avati Tested-by: Anand Avati --- libglusterfs/src/glusterfs-acl.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libglusterfs') 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. + Copyright (c) 2008-2013 Red Hat, Inc. 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 #include /* For uid_t */ @@ -78,4 +78,4 @@ struct posix_acl_conf { struct posix_acl *minimal_acl; }; -#endif /* _COMMON_ACL_H */ +#endif /* _GLUSTERFS_ACL_H */ -- cgit