Port: Replace readdir_r by nftw
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 8 Nov 2016 23:48:10 +0000 (18:48 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 5 Jul 2017 19:40:25 +0000 (15:40 -0400)
commite1f4c4f71aba2f9fa07717025f2052d7eb2e212e
treea81c28c3b61c9fe6dc3ce3535f18eca7286b99ec
parentebd0404825a8b8b7d5701933f0acfcd3a8b534a7
Port: Replace readdir_r by nftw

readdir_r is deprecated and not available on all platforms, replace it
by nftw.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
configure.ac
lib/plugin/plugin.c
tests/lib/common.c
This page took 0.025224 seconds and 4 git commands to generate.