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

Diff for /src/usr.bin/netstat/Attic/ipx.c between version 1.4 and 1.5

version 1.4, 1997/06/29 21:46:01 version 1.5, 1998/02/27 12:07:34
Line 337 
Line 337 
                         where = "in transit";                          where = "in transit";
                 else                  else
                         where = "at destination";                          where = "at destination";
                 sprintf(codebuf, "Unknown IPX error code 0%o", c);                  snprintf(codebuf, sizeof codebuf,
                       "Unknown IPX error code 0%o", c);
                 name = codebuf;                  name = codebuf;
         } else          } else
                 where =  ipx_errnames[j].where;                  where =  ipx_errnames[j].where;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5