Subject: Re: /dev/kmem question?
To: Mike Frisch <mfrisch@saturn.tlug.org>
From: Paul Kranenburg <pk@cs.few.eur.nl>
List: port-sparc
Date: 12/09/1995 18:10:56
> 
> Dec  8 14:34:35 neptune nntpd[6059]: nlist of /vmunix failed: Undefined 
> error: 0D


Most likely, it's looking for a symbol (`avenrun') that does not exist
in the NetBSD kernel. Just replace the entire `/dev/kmem' fiddling with
a call to getloadavg() from the C library.

-pk