Diff for /libelwix/src/patricia.c between versions 1.5 and 1.6

version 1.5, 2015/06/25 17:53:50 version 1.6, 2024/01/22 15:24:28
Line 12  terms: Line 12  terms:
 All of the documentation and software included in the ELWIX and AITNET  All of the documentation and software included in the ELWIX and AITNET
 Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org>  Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org>
   
Copyright 2004 - 2015Copyright 2004 - 2024
         by Michael Pounov <misho@elwix.org>.  All rights reserved.          by Michael Pounov <misho@elwix.org>.  All rights reserved.
   
 Redistribution and use in source and binary forms, with or without  Redistribution and use in source and binary forms, with or without
Line 57  SUCH DAMAGE. Line 57  SUCH DAMAGE.
  */   */
 #include "global.h"  #include "global.h"
   
#ifdef PATRICIA_SUPPORT
 static int num_active_patricia;  static int num_active_patricia;
   
   
Line 926  patricia_node_t *try_search_best(patricia_tree_t *tree Line 926  patricia_node_t *try_search_best(patricia_tree_t *tree
 }  }
   
 /* } */  /* } */
   #endif

Removed from v.1.5  
changed lines
  Added in v.1.6


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>