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

Diff for /src/usr.bin/ssh/misc.h between version 1.93 and 1.94

version 1.93, 2021/02/15 20:36:35 version 1.94, 2021/03/03 08:42:52
Line 18 
Line 18 
 #include <sys/time.h>  #include <sys/time.h>
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/socket.h>  #include <sys/socket.h>
   #include <stdio.h>
   
 /* Data structure for representing a forwarding request. */  /* Data structure for representing a forwarding request. */
 struct Forward {  struct Forward {

Legend:
Removed from v.1.93  
changed lines
  Added in v.1.94