HomeFreeBSD

ar: Avoid overwriting the stdout file stream pointer

Description

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

Details

Provenance
markjAuthored on Jan 27 2022, 10:10 PM
Reviewer
emaste
Differential Revision
D34064: ar: Avoid overwriting the stdout file stream pointer
Parents
rGd045091ea25c: dma: update to 2022-01-27 snapshot
Branches
Unknown
Tags
Unknown