CVSROOT:        /cvs
Module name:    src
Changes by:     mill...@cvs.openbsd.org 2024/05/10 14:28:31

Modified files:
        bin/pax        : options.c 

Log message:
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@

Reply via email to