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

Diff for /src/usr.bin/ssh/monitor.c between version 1.140 and 1.141

version 1.140, 2015/01/19 20:16:15 version 1.141, 2015/01/20 23:14:00
Line 29 
Line 29 
 #include <sys/wait.h>  #include <sys/wait.h>
 #include <sys/socket.h>  #include <sys/socket.h>
 #include <sys/tree.h>  #include <sys/tree.h>
 #include <sys/param.h>  
 #include <sys/queue.h>  #include <sys/queue.h>
   
 #ifdef WITH_OPENSSL  #ifdef WITH_OPENSSL
Line 46 
Line 45 
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>
   #include <limits.h>
   
 #include "atomicio.h"  #include "atomicio.h"
 #include "xmalloc.h"  #include "xmalloc.h"

Legend:
Removed from v.1.140  
changed lines
  Added in v.1.141