Subject: Re: kvm_ man pages refer to KINFO_PROC_ALL but not in /usr/include
To: George Michaelson <G.Michaelson@cc.uq.oz.au>
From: matthew green <mrg@mame.mu.OZ.AU>
List: netbsd-bugs
Date: 12/15/1994 13:34:41
   
   Looks like the manuals and reality have divirged for i386/current
   
   >KVM_GETPROCS(3)           NetBSD Programmer's Manual           KVM_GETPROCS(3)
   >
   >NAME
   >     kvm_getprocs, kvm_getargv, kvm_getenvv - access user process state
   >
   >SYNOPSIS
   >     #include <kvm.h>
   >     #include <sys/kinfo.h>
   >     #include <sys/kinfo_proc.h>
   
   But /usr/include/sys doesn't have these files.  making top with its
   m_netbsd.c is a bit hard...

try running a 'make install' from /usr/src/include.  it'll install them
from /sys/sys where they `reside'