Add sys/user.h to the list of includes. Without it you lack a definition of
'struct kinfo_proc' for calls to kvm_getargv() and kvm_getenvv(). PR: 51322
This commit is contained in:
parent
c70d56a511
commit
225823c590
@ -50,6 +50,7 @@
|
||||
.In kvm.h
|
||||
.In sys/param.h
|
||||
.In sys/sysctl.h
|
||||
.In sys/user.h
|
||||
.\" .Fa kvm_t *kd
|
||||
.Ft struct kinfo_proc *
|
||||
.Fn kvm_getprocs "kvm_t *kd" "int op" "int arg" "int *cnt"
|
||||
|
Loading…
Reference in New Issue
Block a user