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

Diff for /src/usr.bin/nc/netcat.c between version 1.34 and 1.35

version 1.34, 2001/09/02 18:45:41 version 1.35, 2001/09/02 19:04:23
Line 192 
Line 192 
                 hints.ai_flags |= AI_NUMERICHOST;                  hints.ai_flags |= AI_NUMERICHOST;
   
         if (xflag) {          if (xflag) {
                 char *tmp;  
   
                 if (uflag)                  if (uflag)
                         errx(1, "no proxy support for UDP mode");                          errx(1, "no proxy support for UDP mode");
   

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35