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

Diff for /src/usr.bin/telnet/commands.c between version 1.24 and 1.25

version 1.24, 1999/12/11 22:12:00 version 1.25, 1999/12/20 09:43:01
Line 2481 
Line 2481 
   
             getnameinfo(res->ai_addr, res->ai_addrlen, hbuf, sizeof(hbuf),              getnameinfo(res->ai_addr, res->ai_addrlen, hbuf, sizeof(hbuf),
                 NULL, 0, NI_NUMERICHOST);                  NULL, 0, NI_NUMERICHOST);
             fprintf(stderr, "telnet: connect to address %s: ", hbuf);              fprintf(stderr, "telnet: connect to address %s: %s\n", hbuf,
             perror("");                  strerror(errno));
   
             close(net);              close(net);
             net = -1;              net = -1;

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25