From e719518e561033af0ffd07d0c8ad7d777715fe89 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Wed, 8 Jun 2011 23:37:22 +0000 Subject: fixing some build issues in Mac OS X Signed-off-by: Amar Tumballi Signed-off-by: Anand Avati BUG: 2966 (MacOSX compile failure: duplicate symbol _k) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2966 --- xlators/mgmt/glusterd/src/glusterd-op-sm.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'xlators/mgmt/glusterd/src/glusterd-op-sm.c') diff --git a/xlators/mgmt/glusterd/src/glusterd-op-sm.c b/xlators/mgmt/glusterd/src/glusterd-op-sm.c index 6df894ca7..6abdd822a 100644 --- a/xlators/mgmt/glusterd/src/glusterd-op-sm.c +++ b/xlators/mgmt/glusterd/src/glusterd-op-sm.c @@ -3602,9 +3602,7 @@ rb_get_xattr_command (glusterd_volinfo_t *volinfo, goto out; } - ret = lgetxattr (mount_point_path, xattr_key, - value, - 8192); + ret = sys_lgetxattr (mount_point_path, xattr_key, value, 8192); if (ret < 0) { gf_log ("", GF_LOG_DEBUG, -- cgit