opnsense-src/usr.bin/ar
Mark Johnston 4cd49eda1f 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 41e6398f9b)
2022-02-09 10:25:28 -05:00
..
acplex.l ar: provide error exit status upon failure 2021-10-08 20:28:31 -04:00
acpyacc.y ar: Avoid overwriting the stdout file stream pointer 2022-02-09 10:25:28 -05:00
ar.1 ar: deprecate -T option 2022-01-04 20:53:27 -05:00
ar.c ar: Avoid overwriting the stdout file stream pointer 2022-02-09 10:25:28 -05:00
ar.h ar: Avoid overwriting the stdout file stream pointer 2022-02-09 10:25:28 -05:00
Makefile
Makefile.depend
read.c ar: Avoid overwriting the stdout file stream pointer 2022-02-09 10:25:28 -05:00
util.c ar: diff reduction against ELF Tool Chain 2022-02-09 10:25:28 -05:00
write.c ar: diff reduction against ELF Tool Chain 2022-02-09 10:25:28 -05:00