]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
client: fix compile error on OSX
authorYan, Zheng <zyan@redhat.com>
Fri, 14 Aug 2015 14:52:09 +0000 (22:52 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 31 Aug 2015 08:00:28 +0000 (16:00 +0800)
commit68db9f6fdaefe07314743c0caafc9935d38cc640
tree13fb8c9d91b5737e84074c7dc9028a6ba091f97c
parent0b94867a937ad08d50c9acd3eed68f2c75d13f49
client: fix compile error on OSX

On OSX, type of the 3rd parameters of getgrouplist is 'int *'

Signed-off-by: Yan, Zheng <zyan@redhat.com>
src/client/Client.cc