Always use readdir() and not readdir_r().
commit788d17f13392b994a2822d059bf5a7c742606832
authorBen Kibbey <bjk@luxsci.net>
Sun, 1 Mar 2020 04:00:53 +0000 (29 20:00 -0800)
committerBen Kibbey <bjk@luxsci.net>
Sun, 1 Mar 2020 04:00:53 +0000 (29 20:00 -0800)
tree103a29b6590350ccf697b048ad0a56e5d61e6670
parentcf03a569e31afb8a79094c87c81105d63c436e83
Always use readdir() and not readdir_r().

Most all systems have a thread-safe implementation of readdir() provided
they use their own DIR stream.
configure.ac
src/commands.c