]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rbd-fuse: make sure PATH_MAX is defined 18615/head
authorRoberto Oliveira <robertoguimaraes8@gmail.com>
Sun, 29 Oct 2017 14:05:48 +0000 (14:05 +0000)
committerRoberto Oliveira <robertoguimaraes8@gmail.com>
Mon, 30 Oct 2017 11:59:47 +0000 (11:59 +0000)
commit972c34465d1f78cc2e2ebe53192905d378c1541e
tree23c7d1ff5840d4ee7c0413ee9d83bb9568ab336e
parentf2127532df4509a4691c07934dc713d5b1c5907f
rbd-fuse: make sure PATH_MAX is defined

On systems without glibc, as Alpine Linux, you might lack definition of
PATH_MAX. This patch adds the limits.h header to solve this issue.

Signed-off-by: Roberto Oliveira <robertoguimaraes8@gmail.com>
src/rbd_fuse/rbd-fuse.cc