Date: Sun, 18 Apr 2004 04:48:35 -0700 (PDT) From: Luigi Rizzo <luigi@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net radix.c radix.h Message-ID: <200404181148.i3IBmZ2i035547@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
luigi 2004/04/18 04:48:35 PDT FreeBSD src repository Modified files: sys/net radix.c radix.h Log: + 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. Revision Changes Path 1.34 +19 -13 src/sys/net/radix.c 1.25 +0 -15 src/sys/net/radix.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404181148.i3IBmZ2i035547>