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

Diff for /src/usr.bin/ssh/Attic/monitor_mm.c between version 1.1 and 1.2

version 1.1, 2002/03/18 17:26:58 version 1.2, 2002/03/19 10:35:39
Line 100 
Line 100 
   
 /* Frees either the allocated or the free list */  /* Frees either the allocated or the free list */
   
 void  static void
 mm_freelist(struct mm_master *mmalloc, struct mmtree *head)  mm_freelist(struct mm_master *mmalloc, struct mmtree *head)
 {  {
         struct mm_share *mms, *next;          struct mm_share *mms, *next;
Line 260 
Line 260 
                 mm_free(mm->mmalloc, mms);                  mm_free(mm->mmalloc, mms);
 }  }
   
 void  static void
 mm_sync_list(struct mmtree *oldtree, struct mmtree *newtree,  mm_sync_list(struct mmtree *oldtree, struct mmtree *newtree,
     struct mm_master *mm, struct mm_master *mmold)      struct mm_master *mm, struct mm_master *mmold)
 {  {

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2