diff options
| author | Harshavardhana <harsha@harshavardhana.net> | 2014-08-26 14:40:01 -0700 |
|---|---|---|
| committer | Harshavardhana <harsha@harshavardhana.net> | 2014-10-23 12:09:49 -0700 |
| commit | 8ea1a4844975940013d8704f87ee137dcb27bfb5 (patch) | |
| tree | 3bad71d3c5b305d669c8c5b995db791354660b9d /cli/src/cli-rpc-ops.c | |
| parent | 4b078cc079f221bb801988f1b5fed173ad40f9d6 (diff) | |
porting: OSX build fixes
- xml build
- do not redefine AT_SYMLINK_FOLLOW
Change-Id: I516b3713904a6bad946a30f76fe4821f2ac61fd3
BUG: 1130307
Signed-off-by: Harshavardhana <harsha@harshavardhana.net>
Reviewed-on: http://review.gluster.org/8970
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
Diffstat (limited to 'cli/src/cli-rpc-ops.c')
| -rw-r--r-- | cli/src/cli-rpc-ops.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/src/cli-rpc-ops.c b/cli/src/cli-rpc-ops.c index 268f5434a75..bb5e3b56378 100644 --- a/cli/src/cli-rpc-ops.c +++ b/cli/src/cli-rpc-ops.c @@ -8653,6 +8653,7 @@ cli_snapshot_status (dict_t *dict, gf_cli_rsp *rsp, } if (global_state->mode & GLUSTER_MODE_XML) { +#if (HAVE_LIB_XML) ret = cli_xml_snapshot_status_per_snap (local->writer, local->doc, dict, key); @@ -8661,6 +8662,7 @@ cli_snapshot_status (dict_t *dict, gf_cli_rsp *rsp, "xml output for snapshot status"); goto out; } +#endif } else { ret = cli_get_single_snap_status (dict, key); if (ret) { |
