K 10 svn:author V 6 emaste K 8 svn:date V 27 2022-02-09T16:39:20.019570Z K 7 svn:log V 513 ar: Avoid overwriting the stdout file stream pointer This doesn't work with musl, which defines stdout as FILE * const. Instead, explicitly pass the desired output stream to ar_read_archive(). No functional change intended. Reviewed by: emaste MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D34064 (cherry picked from commit 41e6398f9bc1bba4ed872118e742096d692fdfec) Git Hash: 21a6c9bd6f2f962ce22e17b99e2c1d6afa15a5e3 Git Author: markj@FreeBSD.org END