FreeBSD Bugzilla – Attachment 2653 Details for
Bug 7896
du -c gets totals wrong
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 409 bytes, created by
Zach Heilig
on 1998-09-11 15:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Zach Heilig
Created:
1998-09-11 15:10:01 UTC
Size:
409 bytes
patch
obsolete
>Index: du.c >=================================================================== >RCS file: /fs/ncvs/src/usr.bin/du/du.c,v >retrieving revision 1.12 >diff -u -r1.12 du.c >--- du.c 1998/07/29 17:50:06 1.12 >+++ du.c 1998/09/11 13:50:48 >@@ -214,7 +214,7 @@ > > p->fts_parent->fts_number += p->fts_statp->st_blocks; > } >- savednumber = p->fts_number; >+ savednumber = p->fts_parent->fts_number; > } > > if (errno)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 7896
: 2653