luigi       2004/04/19 10:28:39 PDT
  FreeBSD src repository
  Modified files:
    sys/net              radix.c 
  Log:
  Add some comments, move a static array of constants in the only place
  where it is used, and replace R_Malloc with R_Zalloc in a couple
  of places removing the corresponding bzero()'s
  
  Revision  Changes    Path
  1.35      +16 -8     src/sys/net/radix.c