CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/04/18 21:26:11
Modified files:
bin/pax : options.c
Log message:
Switch from fgetln() to getline() to simplify error handling.
Use syswarn() in more places which set errno and regularize the error messages.
Skip empty lines in the input read for tar -T, cpio -E, and cpio stdin.
based on diff from mmcc@
ok millert@
