[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.9 and 1.10

version 1.9, 2002/01/17 21:34:58 version 1.10, 2002/02/16 21:27:50
Line 77 
Line 77 
 struct  spxpcb spxpcb;  struct  spxpcb spxpcb;
 struct  socket sockb;  struct  socket sockb;
   
 static char *ipx_prpr __P((struct ipx_addr *));  static char *ipx_prpr(struct ipx_addr *);
 static void ipx_erputil __P((int, int));  static void ipx_erputil(int, int);
   
 static  int first = 1;  static  int first = 1;
   

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10