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

Diff for /src/usr.bin/ssh/canohost.c between version 1.43 and 1.44

version 1.43, 2005/06/16 08:00:00 version 1.44, 2005/06/17 02:44:32
Line 137 
Line 137 
         u_char options[200];          u_char options[200];
         char text[sizeof(options) * 3 + 1];          char text[sizeof(options) * 3 + 1];
         socklen_t option_size;          socklen_t option_size;
         int i, ipproto;          u_int i;
           int ipproto;
         struct protoent *ip;          struct protoent *ip;
   
         if ((ip = getprotobyname("ip")) != NULL)          if ((ip = getprotobyname("ip")) != NULL)

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44