pax: make list file handle line-buffered unless it is stderr.
authormillert <millert@openbsd.org>
Fri, 10 May 2024 20:28:31 +0000 (20:28 +0000)
committermillert <millert@openbsd.org>
Fri, 10 May 2024 20:28:31 +0000 (20:28 +0000)
commit8758bb59215ff825bea976e3c426fda7b6459b48
tree5eea7893766b9f4b4aea953a518177895278516f
parent865324222577bad47978039276131953489a91fa
pax: make list file handle line-buffered unless it is stderr.
This fixes a problem where the file list output was fully-buffered
when used as part of a pipeline.  With this change, files are listed
as they are extracted in verbose mode.  OK deraadt@ guenther@
bin/pax/options.c