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

Diff for /src/usr.bin/ssh/Attic/monitor_mm.h between version 1.2.4.1 and 1.3

version 1.2.4.1, 2002/05/17 00:03:23 version 1.3, 2006/03/25 22:22:43
Line 1 
Line 1 
 /*      $OpenBSD$       */  /* $OpenBSD$ */
   
 /*  /*
  * Copyright 2002 Niels Provos <provos@citi.umich.edu>   * Copyright 2002 Niels Provos <provos@citi.umich.edu>
Line 27 
Line 27 
   
 #ifndef _MM_H_  #ifndef _MM_H_
 #define _MM_H_  #define _MM_H_
 #include "tree.h"  #include <sys/tree.h>
   
 struct mm_share {  struct mm_share {
         RB_ENTRY(mm_share) next;          RB_ENTRY(mm_share) next;

Legend:
Removed from v.1.2.4.1  
changed lines
  Added in v.1.3