freebsd-dev/lib/libdevstat
John Baldwin 702bfe6507 The devstat(3) manpage claims that only <devstat.h> is needed as a
prerequisite for using this interface.  However, the 'statinfo' struct
actually references CPUSTATES from <sys/resource.h>, so in fact it
requires <sys/resource.h> to compile.  Use a nested include of
<sys/resource.h> to make the code match the docs.

Reported by:	Pietro Cerutti  gahr | gahr.ch
2008-01-31 16:55:12 +00:00
..
devstat.3 Remove a reference to compute_stats(), since it is no longer documented at 2005-08-10 00:51:36 +00:00
devstat.c Remove an unused variable. 2005-10-04 22:00:35 +00:00
devstat.h The devstat(3) manpage claims that only <devstat.h> is needed as a 2008-01-31 16:55:12 +00:00
Makefile Bump library versions in preparation for 7.0. 2007-05-21 02:49:08 +00:00