Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/du
Module Name: src
Committed By: dsl
Date: Wed Jul 30 22:03:40 UTC 2008
Modified Files:
src/usr.bin/du: du.c
Log Message:
Fix 'total' output from 'du -sc'.
Simplify the change (adding -d<depth>) that broke it by noting that
-d0 is supposed to be the same as -s.
Calling fts_set(fts,p,FTS_SKIP) here is also pointless.
To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 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.
Home |
Main Index |
Thread Index |
Old Index