From c20359b5b2a564e83b5830b9a17013e780096e2d Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Wed, 18 Mar 2009 18:31:30 -0700 Subject: fixed sys_ related warnings. (on mac os x and opensolaris) The fix in posix will fix 'unresolved' symbol errors in Mac/Solaris/FreeBSD Signed-off-by: Anand V. Avati --- libglusterfs/src/compat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libglusterfs/src/compat.h') diff --git a/libglusterfs/src/compat.h b/libglusterfs/src/compat.h index 42d2fa141..228daf5da 100644 --- a/libglusterfs/src/compat.h +++ b/libglusterfs/src/compat.h @@ -230,6 +230,7 @@ int solaris_fgetxattr(int fd, const char* key, char *value, size_t size); int solaris_fsetxattr(int fd, const char* key, const char *value, size_t size, int flags); +int solaris_flistxattr(int fd, char *list, size_t size); #endif /* GF_SOLARIS_HOST_OS */ -- cgit