cvs commit: src/sys/net radix.c radix.h

Luigi Rizzo luigi at FreeBSD.org
Sun Apr 18 04:48:36 PDT 2004


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


More information about the cvs-src mailing list