Searched hist:41882 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/lib/libkvm/
H A Dkvm.hdiff 41882 Wed Dec 16 16:59:47 MST 1998 bde Declare size_t and ssize_t if they are not already declared, so that
<kvm.h> is self-sufficient again.

Moved typedefs and forward struct declarations out of __BEGIN_DECLS/
__END_DECLS.

Don't comment out the prototype for kvm_uread(). This was a 4 year
old kludge for previous breakage of self-sufficiency. The prototypwe
was broken instead.

Fixed bitrot (const poisoning) in the type of kvm_uread().

Fixed order of the declaration of kvm_uread().

Completed in 50 milliseconds