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:
Tom Rhodes 2003-04-26 15:00:57 +00:00
parent c70d56a511
commit 225823c590

View File

@ -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"