[BACK]Return to tsort.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tsort

Diff for /src/usr.bin/tsort/tsort.c between version 1.25 and 1.26

version 1.25, 2015/07/21 07:13:59 version 1.26, 2015/07/29 10:42:37
Line 145 
Line 145 
   
   
   
 #define erealloc(n, s)  emem(realloc(n, s))  
 static void *hash_calloc(size_t, size_t, void *);  static void *hash_calloc(size_t, size_t, void *);
 static void hash_free(void *, void *);  static void hash_free(void *, void *);
 static void* entry_alloc(size_t, void *);  static void* entry_alloc(size_t, void *);

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26