FreeBSD Bugzilla – Attachment 5793 Details for
Bug 13579
df is missing a Posix flag
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 689 bytes, created by
mwm
on 1999-09-04 21:50:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
mwm
Created:
1999-09-04 21:50:00 UTC
Size:
689 bytes
patch
obsolete
>*** df.c-orig Sat Sep 4 13:37:52 1999 >--- df.c Sat Sep 4 13:38:45 1999 >*************** >*** 88,100 **** > char *mntpt, *mntpath, **vfslist; > > vfslist = NULL; >! while ((ch = getopt(argc, argv, "iknt:")) != -1) > switch (ch) { > case 'i': > iflag = 1; > break; > case 'k': > putenv("BLOCKSIZE=1k"); > break; > case 'n': > nflag = 1; >--- 88,103 ---- > char *mntpt, *mntpath, **vfslist; > > vfslist = NULL; >! while ((ch = getopt(argc, argv, "iknPt:")) != -1) > switch (ch) { > case 'i': > iflag = 1; > break; > case 'k': > putenv("BLOCKSIZE=1k"); >+ break; >+ case 'P': >+ putenv("BLOCKSIZE=512"); > break; > case 'n': > nflag = 1;
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 13579
: 5793