]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
+ move MKGet()/MKFree() into the only file that can use them.
authorluigi <luigi@FreeBSD.org>
Sun, 18 Apr 2004 11:48:35 +0000 (11:48 +0000)
committerluigi <luigi@FreeBSD.org>
Sun, 18 Apr 2004 11:48:35 +0000 (11:48 +0000)
commitc8ac6abb75931d2948900c202534a9719eca63ce
tree02afcc6ae9b4c55e795ae1d3989cec49e17c42c9
parentf2ac9cb85499117348c618f70c676558700caf4f
+ 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.
sys/net/radix.c
sys/net/radix.h