Subject: CVS commit: src/bin/pax
To: None <source-changes@netbsd.org>
From: grant beattie <grant@netbsd.org>
List: source-changes
Date: 02/09/2003 20:27:11
Module Name:	src
Committed By:	grant
Date:		Sun Feb  9 18:27:11 UTC 2003

Modified Files:
	src/bin/pax: ar_io.c ar_subs.c buf_subs.c file_subs.c tty_subs.c

Log Message:
cosmetic error condition improvements.
- print filename correctly on fatal create/unlink operations.
- English, consistently use "Cannot" in error messages.

some whitespace cleanup.


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 src/bin/pax/ar_io.c
cvs rdiff -r1.22 -r1.23 src/bin/pax/ar_subs.c
cvs rdiff -r1.18 -r1.19 src/bin/pax/buf_subs.c
cvs rdiff -r1.30 -r1.31 src/bin/pax/file_subs.c
cvs rdiff -r1.11 -r1.12 src/bin/pax/tty_subs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.