summaryrefslogtreecommitdiffstats
path: root/xlators/performance/nl-cache/src/nl-cache-mem-types.h
diff options
context:
space:
mode:
authorMichael Scherer <misc@redhat.com>2017-09-06 12:11:09 +0200
committerJeff Darcy <jeff@pl.atyp.us>2017-09-07 17:54:27 +0000
commit91cd0ed2a444f868c4cc46a42363d0044294da93 (patch)
tree5497fe17e52ae1c3b519b92892d0c9ef0aadbc62 /xlators/performance/nl-cache/src/nl-cache-mem-types.h
parent30712dc7d300fb6bffd45f29d9e9ddd83468f38a (diff)
Fix the conditional
Clang complain about it on FreeBSD In file included from xlators/performance/nl-cache/src/nl-cache-helper.c:11: In file included from xlators/performance/nl-cache/src/nl-cache.h:14: xlators/performance/nl-cache/src/nl-cache-mem-types.h:12:9: warning: '__NL_CACHe_MEM_TYPES_H__' is used as a header guard here, followed by #define of a different macro [-Wheader-guard] #ifndef __NL_CACHe_MEM_TYPES_H__ Change-Id: I4327c7dacf10f2690bd33bf2b37dbb7d9b52bdd5 BUG: 1488840 Signed-off-by: Michael Scherer <misc@redhat.com> Reviewed-on: https://review.gluster.org/18216 Smoke: Gluster Build System <jenkins@build.gluster.org> Tested-by: Michael Scherer <misc@fedoraproject.org> CentOS-regression: Gluster Build System <jenkins@build.gluster.org> Reviewed-by: Jeff Darcy <jeff@pl.atyp.us>
Diffstat (limited to 'xlators/performance/nl-cache/src/nl-cache-mem-types.h')
-rw-r--r--xlators/performance/nl-cache/src/nl-cache-mem-types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/performance/nl-cache/src/nl-cache-mem-types.h b/xlators/performance/nl-cache/src/nl-cache-mem-types.h
index 20fc03084c0..5952402737a 100644
--- a/xlators/performance/nl-cache/src/nl-cache-mem-types.h
+++ b/xlators/performance/nl-cache/src/nl-cache-mem-types.h
@@ -9,7 +9,7 @@
*/
-#ifndef __NL_CACHe_MEM_TYPES_H__
+#ifndef __NL_CACHE_MEM_TYPES_H__
#define __NL_CACHE_MEM_TYPES_H__
#include "mem-types.h"