The previous commit was bogus. <stdlib.h> was never a prerequisite

for <kvm.h> or kvm_getloadavg(), and <sys/types.h> was only a
prerequisite for <kvm.h> when <kvm.h> was broken.
This commit is contained in:
Bruce Evans 1998-12-16 19:04:54 +00:00
parent b245b90a64
commit 424a876474
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41883

View file

@ -38,8 +38,6 @@
.Nm kvm_getloadavg
.Nd get load average of the system
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <stdlib.h>
.Fd #include <kvm.h>
.Ft int
.Fn kvm_getloadavg "kvm_t *kd" "double loadavg[]" "int nelem"