FreeBSD Bugzilla – Attachment 13625 Details for
Bug 25834
incorrect documentation of struct statfs in statfs(2)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.12 KB, created by
Tony Finch
on 2001-03-15 19:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Tony Finch
Created:
2001-03-15 19:20:01 UTC
Size:
1.12 KB
patch
obsolete
>Index: statfs.2 >=================================================================== >RCS file: /home/ncvs/src/lib/libc/sys/statfs.2,v >retrieving revision 1.9.2.4 >diff -u -r1.9.2.4 statfs.2 >--- statfs.2 2000/12/29 14:44:54 1.9.2.4 >+++ statfs.2 2001/03/15 05:19:08 >@@ -67,7 +67,6 @@ > #define MNAMELEN 90 /* length of buffer for returned name */ > > struct statfs { >-long f_spare2; /* placeholder */ > long f_bsize; /* fundamental file system block size */ > long f_iosize; /* optimal transfer block size */ > long f_blocks; /* total data blocks in file system */ >@@ -82,8 +81,10 @@ > long f_syncwrites; /* count of sync writes since mount */ > long f_asyncwrites; /* count of async writes since mount */ > char f_fstypename[MFSNAMELEN];/* fs type name */ >-char f_mntonname[MNAMELEN]; /* mount point */ >-char f_mntfromname[MNAMELEN]; /* mounted filesystem */ >+char f_mntonname[MNAMELEN]; /* mount point */ >+long f_syncreads; /* count of sync reads since mount */ >+long f_asyncreads; /* count of async reads since mount */ >+char f_mntfromname[MNAMELEN]; /* mounted filesystem */ > }; > .Ed > The flags that may be returned include:
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 25834
: 13625