[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.16 and 1.17

version 1.16, 2000/10/21 17:04:22 version 1.17, 2000/12/19 23:17:55
Line 112 
Line 112 
          */           */
         /* IP options -- IPv4 only */          /* IP options -- IPv4 only */
         if (from.ss_family == AF_INET) {          if (from.ss_family == AF_INET) {
                 unsigned char options[200], *ucp;                  u_char options[200], *ucp;
                 char text[1024], *cp;                  char text[1024], *cp;
                 socklen_t option_size;                  socklen_t option_size;
                 int ipproto;                  int ipproto;

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17