From 15043b6d978e1baa7b0884d2dc98c3d00f096cde Mon Sep 17 00:00:00 2001 From: Anand Avati Date: Fri, 5 Feb 2010 05:00:20 +0000 Subject: Fixes for MacOSX and Solaris build Fixes for Solaris and MacOSX build errors. Signed-off-by: Anand V. Avati Signed-off-by: Anand V. Avati BUG: 481 (Fix compilation failures in Solaris) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=481 --- 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 01683a174..20db203bf 100644 --- a/libglusterfs/src/compat.h +++ b/libglusterfs/src/compat.h @@ -261,6 +261,7 @@ enum { int asprintf(char **string_ptr, const char *format, ...); +int vasprintf (char **result, const char *format, va_list args); char* strsep(char** str, const char* delims); int solaris_listxattr(const char *path, char *list, size_t size); int solaris_removexattr(const char *path, const char* key); -- cgit