Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Assar Westerlund <assar@netbsd.org>
List: source-changes
Date: 06/17/2000 09:11:28
Module Name:	basesrc
Committed By:	assar
Date:		Sat Jun 17 16:11:28 UTC 2000

Modified Files:
	basesrc/bin/ls: extern.h ls.c ls.h print.c util.c

Log Message:
Do not modify the file name when not printing non-printables, also do
it consistently with the file name and possible symbolic link target.

fixes bin/10385 and bin/10384


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 basesrc/bin/ls/extern.h basesrc/bin/ls/ls.h
cvs rdiff -r1.41 -r1.42 basesrc/bin/ls/ls.c
cvs rdiff -r1.27 -r1.28 basesrc/bin/ls/print.c
cvs rdiff -r1.17 -r1.18 basesrc/bin/ls/util.c

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