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:46:16 +0000 (15:46 -0400)
commit1307d39e2b7543578cf148122c9dfe3a1cee0feb
tree42b8a91805ed5c78dca29d49d526bfdb1b17edfc
parentbb9c6e6a0252d6239b00d8fe4cbcabd2f2af0a66
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.023997 seconds and 4 git commands to generate.