[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.9.8.1 and 1.10

version 1.9.8.1, 2006/09/30 04:06:50 version 1.10, 2006/03/19 18:51:18
Line 1 
Line 1 
 /* $OpenBSD$ */  
 /*  /*
  * Copyright 2002 Niels Provos <provos@citi.umich.edu>   * Copyright 2002 Niels Provos <provos@citi.umich.edu>
  * All rights reserved.   * All rights reserved.
Line 24 
Line 23 
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */   */
   
 #include <sys/types.h>  #include "includes.h"
   
 #include <sys/mman.h>  #include <sys/mman.h>
 #include <sys/tree.h>  
 #include <sys/param.h>  
   
 #include <errno.h>  
 #include <string.h>  
 #include <stdarg.h>  
   
 #include "xmalloc.h"  
 #include "ssh.h"  #include "ssh.h"
   #include "xmalloc.h"
 #include "log.h"  #include "log.h"
 #include "monitor_mm.h"  #include "monitor_mm.h"
   

Legend:
Removed from v.1.9.8.1  
changed lines
  Added in v.1.10