Subject: CVS commit: src/usr.bin/du
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 05/10/2003 02:09:40
Module Name:	src
Committed By:	simonb
Date:		Sat May 10 02:09:40 UTC 2003

Modified Files:
	src/usr.bin/du: du.c

Log Message:
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.20 -r1.21 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.