summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorKaleb S. KEITHLEY <kkeithle@redhat.com>2015-07-02 12:08:45 -0400
committerKaleb KEITHLEY <kkeithle@redhat.com>2015-07-04 09:59:56 -0700
commit78232678ad45cf8d12b991ea1ff441fbcdc3a601 (patch)
tree8a9851049afd8d626b2bb4fc27b620f6db8efde3 /api
parentadcc9495f93db24f9bff08ea21eb86e8905b0f07 (diff)
build: Mac OS X build issues, header guard macros
clang compiler errors Change-Id: I0aaa9f4353afd34e0e49ccb579b630a768c6c22a BUG: 1238788 Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com> Reviewed-on: http://review.gluster.org/11513 Reviewed-by: Shyamsundar Ranganathan <srangana@redhat.com> Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Niels de Vos <ndevos@redhat.com>
Diffstat (limited to 'api')
-rw-r--r--api/src/gfapi-messages.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/src/gfapi-messages.h b/api/src/gfapi-messages.h
index 4c9b3f66221..fcf6f55d435 100644
--- a/api/src/gfapi-messages.h
+++ b/api/src/gfapi-messages.h
@@ -9,7 +9,7 @@
* */
#ifndef _GFAPI_MESSAGES_H__
-#define _GFAPI_MESSAGES_H_
+#define _GFAPI_MESSAGES_H__
#include "glfs-message-id.h"
@@ -95,4 +95,4 @@
/*------------*/
#define glfs_msg_end_x GLFS_MSGID_END, "Invalid: End of messages"
-#endif /* !_GFAPI_MESSAGES_H_ */
+#endif /* !_GFAPI_MESSAGES_H__ */