K 10
svn:author
V 7
sklower
K 8
svn:date
V 27
1992-07-07T16:57:26.000000Z
K 24
svn:entry:committed-date
V 27
1992-07-07T16:57:26.000000Z
K 7
svn:log
V 357
not every value return in an nlist structure was being
coerced to an (off_t) which was only being smashed back down to a (u_long)
as an argument to kvm_read.  If you ask me nl.n_value ought to be a (void *)
but since the type of nl.n_value and the second argument to kvm_read are
the same I got fed up and changed all the off_t's to be that type (u_long).


END
