From 78232678ad45cf8d12b991ea1ff441fbcdc3a601 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Thu, 2 Jul 2015 12:08:45 -0400 Subject: build: Mac OS X build issues, header guard macros clang compiler errors Change-Id: I0aaa9f4353afd34e0e49ccb579b630a768c6c22a BUG: 1238788 Signed-off-by: Kaleb S. KEITHLEY Reviewed-on: http://review.gluster.org/11513 Reviewed-by: Shyamsundar Ranganathan Tested-by: Gluster Build System Reviewed-by: Niels de Vos --- api/src/gfapi-messages.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'api') 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__ */ -- cgit