FreeBSD Bugzilla – Attachment 26978 Details for
Bug 45897
/usr/bin/du option -h -k conflicts.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 318 bytes, created by
ginga-freebsd
on 2002-12-01 13:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
ginga-freebsd
Created:
2002-12-01 13:10:01 UTC
Size:
318 bytes
patch
obsolete
>--- /usr/src/usr.bin/du/du.c Thu Jul 12 17:46:53 2001 >+++ du.c Sun Dec 1 21:51:45 2002 >@@ -167,7 +167,9 @@ > valp = vals_base2; > break; > case 'k': >- putenv("BLOCKSIZE=1024"); >+ if (hflag == 0){ >+ putenv("BLOCKSIZE=1024"); >+ } > break; > case 'r': /* Compatibility. */ > break;
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 45897
: 26978 |
26979