Bug 59502

Summary: struct statfs needs updating in getfsstat(2).
Product: Documentation Reporter: Rudolf Čejka <cejkar>
Component: Books & ArticlesAssignee: Ceri Davies <ceri>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Rudolf Čejka 2003-11-20 10:30:18 UTC
 
 Due to recent changes in statfs in -current, statfs structure has
 been changed and statfs(2) manual page has been updated in
 revision 1.22. However, struct statfs is listed in getfsstat(2)
 too, so lib/libc/sys/getfsstat.2 has to be updated too - similarly
 as in lib/libc/sys/statfs.2 in revision 1.22.
Comment 1 Ceri Davies freebsd_committer freebsd_triage 2003-11-20 12:28:38 UTC
Responsible Changed
From-To: freebsd-doc->ceri

I've asked re@ for approval to commit a fix.
Comment 2 Ceri Davies freebsd_committer freebsd_triage 2003-11-21 17:20:29 UTC
State Changed
From-To: open->closed

tjr committed a slightly different correction in r1.16 of 
src/lib/libc/sys/getfsstat.2.