Subject: CVS commit: [netbsd-1-6] src/usr.bin/du
To: None <source-changes@netbsd.org>
From: grant beattie <grant@netbsd.org>
List: source-changes
Date: 06/19/2003 00:21:50
Module Name:	src
Committed By:	grant
Date:		Thu Jun 19 00:21:50 UTC 2003

Modified Files:
	src/usr.bin/du [netbsd-1-6]: du.c

Log Message:
Apply patch (requested by simonb in ticket #1284):

If no files are specified on the command line, put { ".", NULL } in
it's own little array instead of writing over argv.  Fixes problems
where du shows up in ps as ". fts_open `%s'" (and shorter or longer
combinations of that depending in what argc was).


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.17.2.1 src/usr.bin/du/du.c

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