[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 and 1.6.6.1

version 1.6, 2004/08/13 02:51:48 version 1.6.6.1, 2006/10/06 03:19:32
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 23 
Line 24 
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */   */
   
 #include "includes.h"  #include <sys/types.h>
 RCSID("$OpenBSD$");  #include <sys/socket.h>
   
 #include <sys/uio.h>  #include <sys/uio.h>
   
   #include <errno.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  
changed lines
  Added in v.1.6.6.1