libarchive: Stop using readdir_r()

It cannot be used safely, though libarchive goes to ridiculous lengths
to attempt to do so.

MFC after:	1 week
Sponsored by:	Klara, Inc.
Reviewed by:	markj
Differential Revision:	https://reviews.freebsd.org/D51679
This commit is contained in:
Dag-Erling Smørgrav
2025-08-02 01:11:18 +02:00
parent bf304a40cd
commit 01e42ce81f
-1
View File
@@ -165,7 +165,6 @@
#define HAVE_POSIX_SPAWNP 1
#define HAVE_PTHREAD_H 1
#define HAVE_PWD_H 1
#define HAVE_READDIR_R 1
#define HAVE_READLINK 1
#define HAVE_READLINKAT 1
#ifndef __linux__