diff options
| author | Kaleb S. KEITHLEY <kkeithle@redhat.com> | 2015-07-02 12:08:45 -0400 |
|---|---|---|
| committer | gluster-ant <bugzilla-bot@gluster.org> | 2015-07-02 12:08:45 -0400 |
| commit | 7f116534bf8fbc94e1910d99628b726f00a698e1 (patch) | |
| tree | 0c35e853b651cce79bf52966fe8813e24fe7b66f /api/src | |
| parent | e9ad5897b6f45daacc39bc51666d4c13bdd3961b (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/src')
| -rw-r--r-- | api/src/gfapi-messages.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api/src/gfapi-messages.h b/api/src/gfapi-messages.h index 4c9b3f6622..fcf6f55d43 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__ */ |
