From bf7b0b60b1710b19561a2f7c79c3be4d09842b2c Mon Sep 17 00:00:00 2001 From: Iblis Lin Date: Mon, 31 Jul 2017 11:25:07 +0800 Subject: posix: fix incorrect xattr list handling on FreeBSD Change-Id: I5be157259f0b665640aaa1eda68063bb19fd7b3d BUG: 1484246 Signed-off-by: Pellaeon Lin Signed-off-by: Jiffin Tony Thottan Reviewed-on: https://review.gluster.org/17917 Smoke: Gluster Build System Reviewed-by: Amar Tumballi Reviewed-by: Niels de Vos CentOS-regression: Gluster Build System --- libglusterfs/src/compat.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libglusterfs/src/compat.h') diff --git a/libglusterfs/src/compat.h b/libglusterfs/src/compat.h index f4da4b2a0de..1d0ac27e836 100644 --- a/libglusterfs/src/compat.h +++ b/libglusterfs/src/compat.h @@ -189,6 +189,9 @@ enum { #ifndef _PATH_UMOUNT #define _PATH_UMOUNT "/sbin/umount" #endif + +void gf_extattr_list_reshape(char *list, ssize_t size); + #endif /* GF_BSD_HOST_OS */ #ifdef GF_DARWIN_HOST_OS -- cgit