Subject: Re: kinfo header files
To: bryan collins <bryan@bwyan.anu.edu.au>
From: Darren Reed <darrenr@vitruvius.arbld.unimelb.edu.au>
List: current-users
Date: 10/06/1994 02:08:25
>
> I notice that the man page for various kvm routines mention header files:
>
> 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 the kinfo* files don't exist. (i386 port)
>
> kinda makes it hard for things to compile.
>
> Am I missing something? (oct2 src)
no, those man pages shouldn't be there as sysctl() is used instead.
If you look in libc.a, there is no kvm_*