From a2d0d9f60a90951b7b5a59ce6c85cea786f3c31d Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Sun, 22 Mar 2015 14:44:08 +0100 Subject: 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 Reviewed-on: http://review.gluster.org/9965 Tested-by: Gluster Build System Reviewed-by: Sachin Pandit --- xlators/cluster/dht/src/tier.h | 1 - 1 file changed, 1 deletion(-) 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 -#include #include #define DEMOTION_QFILE "/var/run/gluster/demotequeryfile" -- cgit