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/syscall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libglusterfs/src/syscall.c') diff --git a/libglusterfs/src/syscall.c b/libglusterfs/src/syscall.c index f8e8c939a77..d350710e2db 100644 --- a/libglusterfs/src/syscall.c +++ b/libglusterfs/src/syscall.c @@ -369,7 +369,7 @@ sys_fsetxattr (int filedes, const char *name, const void *value, #endif #ifdef GF_SOLARIS_HOST_OS - solaris_fsetxattr (filedes, name, value, size, flags); + return solaris_fsetxattr (filedes, name, value, size, flags); #endif #ifdef GF_DARWIN_HOST_OS -- cgit