[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.5 and 1.6

version 1.5, 1998/02/27 12:07:34 version 1.6, 2000/01/11 01:14:26
Line 57 
Line 57 
 #include <netipx/ipx_pcb.h>  #include <netipx/ipx_pcb.h>
 #include <netipx/ipx.h>  #include <netipx/ipx.h>
 #include <netipx/ipx_var.h>  #include <netipx/ipx_var.h>
   #ifdef IPXERRORMSGS
 #include <netipx/ipx_error.h>  #include <netipx/ipx_error.h>
   #endif /* IPXERRORMSGS */
 #include <netipx/spx.h>  #include <netipx/spx.h>
 #include <netipx/spx_timer.h>  #include <netipx/spx_timer.h>
 #include <netipx/spx_var.h>  #include <netipx/spx_var.h>
Line 255 
Line 257 
         ANY(ipxstat.ipxs_badsum, "packet", " with bad checksums");          ANY(ipxstat.ipxs_badsum, "packet", " with bad checksums");
 }  }
   
   #ifdef IPXERRORMSGS
 static  struct {  static  struct {
         u_short code;          u_short code;
         char *name;          char *name;
Line 344 
Line 347 
                 where =  ipx_errnames[j].where;                  where =  ipx_errnames[j].where;
         ANY(z, name, where);          ANY(z, name, where);
 }  }
   #endif /* IPXERRORMSGS */
   
 static struct sockaddr_ipx ssipx = {AF_IPX};  static struct sockaddr_ipx ssipx = {AF_IPX};
   

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