[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.57 and 1.58

version 1.57, 2016/07/15 00:24:30 version 1.58, 2016/08/27 04:05:12
Line 15 
Line 15 
 #ifndef _MISC_H  #ifndef _MISC_H
 #define _MISC_H  #define _MISC_H
   
   #include <sys/time.h>
   
 /* Data structure for representing a forwarding request. */  /* Data structure for representing a forwarding request. */
 struct Forward {  struct Forward {
         char     *listen_host;          /* Host (address) to listen on. */          char     *listen_host;          /* Host (address) to listen on. */

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58