Subject: Re: pkg/23425: Can we track OS version in lsof and aperture like we
To: None <netbsd-bugs@netbsd.org>
From: Wolfgang S. Rupprecht <wolfgang+gnus20031113T100624@wsrcc.com>
List: netbsd-bugs
Date: 11/13/2003 10:12:15
rquinn@sec.sprint.net writes:
> lsof: WARNING: compiled for NetBSD release 1.6ZC; this is 1.6ZF.

FYI: That test is necessary but not sufficient.  Even if the kernel
version number stays the same some internal struct that lsof uses
might have changed.

(I started simply recompiling lsof whenever it was older than the
kernel sources.  It might be a bit overkill, but not that much.)