diff options
| author | Emmanuel Dreyfus <manu@netbsd.org> | 2012-06-15 09:45:23 +0200 | 
|---|---|---|
| committer | Anand Avati <avati@redhat.com> | 2012-07-05 11:28:31 -0700 | 
| commit | d98068a71b63330180281e09347c02d69213c2aa (patch) | |
| tree | a3b2ad595f409fd520cb03033b83d8faed8c0519 /cli/src/cli-cmd-volume.c | |
| parent | d3f1007400735812c88353ed6b0a49d9d4d2c7b2 (diff) | |
NetBSD build fixes.
This is a backport of Change-Id: Ib8183d4b585465d05a7adf3a4ceae93ae1bded15
BUG: 764655
Change-Id: I552b87b72c234b3a11af6ffd4a03975879602363
Signed-off-by: Emmanuel Dreyfus <manu@netbsd.org>
Reviewed-on: http://review.gluster.com/3574
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'cli/src/cli-cmd-volume.c')
| -rw-r--r-- | cli/src/cli-cmd-volume.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/src/cli-cmd-volume.c b/cli/src/cli-cmd-volume.c index d6432218804..bad9351fd52 100644 --- a/cli/src/cli-cmd-volume.c +++ b/cli/src/cli-cmd-volume.c @@ -1477,6 +1477,7 @@ cli_get_detail_status (dict_t *dict, int i, cli_volume_status_t *status)                  status->block_size = 0;          } +#ifdef GF_LINUX_HOST_OS          memset (key, 0, sizeof (key));          snprintf (key, sizeof (key), "brick%d.mnt_options", i);          ret = dict_get_str (dict, key, &(status->mount_options)); @@ -1496,6 +1497,7 @@ cli_get_detail_status (dict_t *dict, int i, cli_volume_status_t *status)          ret = dict_get_str (dict, key, &(status->inode_size));          if (ret)                  status->inode_size = NULL; +#endif /* GF_LINUX_HOST_OS */          memset (key, 0, sizeof (key));          snprintf (key, sizeof (key), "brick%d.total_inodes", i);  | 
