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

Diff for /src/usr.bin/ssh/monitor_fdpass.c between version 1.6.8.1 and 1.7

version 1.6.8.1, 2006/09/30 04:06:50 version 1.7, 2006/03/19 18:51:18
Line 1 
Line 1 
 /* $OpenBSD$ */  
 /*  /*
  * Copyright 2001 Niels Provos <provos@citi.umich.edu>   * Copyright 2001 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/socket.h>  
 #include <sys/uio.h>  
   
 #include <errno.h>  #include <sys/uio.h>
 #include <string.h>  
 #include <stdarg.h>  
   
 #include "log.h"  #include "log.h"
 #include "monitor_fdpass.h"  #include "monitor_fdpass.h"

Legend:
Removed from v.1.6.8.1  
changed lines
  Added in v.1.7