K 10 svn:author V 5 luigi K 8 svn:date V 27 2004-04-18T11:48:35.000000Z K 7 svn:log V 319 + move MKGet()/MKFree() into the only file that can use them. + remove useless wrappers around bcmp(), bcopy(), bzero(). The code assumes that bcmp() returns 0 if the size is 0, but this is true for both the libc and the libkern versions. + nuke Bcmp, Bzero, Bcopy from radix.h now that nobody uses them anymore. END