summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiels de Vos <ndevos@redhat.com>2015-03-22 14:44:08 +0100
committerNiels de Vos <ndevos@redhat.com>2015-03-23 02:46:14 -0700
commita2d0d9f60a90951b7b5a59ce6c85cea786f3c31d (patch)
tree94dbe96419812eb6c6cb04901bc176df12aacb96
parente47fd239db2da78081daf1f451313956b53435ef (diff)
build: tier.h does not need to include sys/xattr.h
FreeBSD does not have sys/xattr.h, including it in tier.h breaks building on FreeBSD. There is nothing in tier.h that seems to require definitions from the sys/xattr.h header, just remove it. BUG: 1194753 Change-Id: If970272a0ce7728e0f18e5ae026880688ac31408 Signed-off-by: Niels de Vos <ndevos@redhat.com> Reviewed-on: http://review.gluster.org/9965 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Sachin Pandit <spandit@redhat.com>
-rw-r--r--xlators/cluster/dht/src/tier.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xlators/cluster/dht/src/tier.h b/xlators/cluster/dht/src/tier.h
index 73266050a5c..70f50bfccae 100644
--- a/xlators/cluster/dht/src/tier.h
+++ b/xlators/cluster/dht/src/tier.h
@@ -36,7 +36,6 @@
#include "gfdb_data_store.h"
#include <ctype.h>
-#include <sys/xattr.h>
#include <sys/stat.h>
#define DEMOTION_QFILE "/var/run/gluster/demotequeryfile"