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

Diff for /src/usr.bin/netstat/Attic/ns.c between version 1.6 and 1.7

version 1.6, 2001/11/19 19:02:15 version 1.7, 2002/02/16 21:27:50
Line 76 
Line 76 
 struct  sppcb sppcb;  struct  sppcb sppcb;
 struct  socket sockb;  struct  socket sockb;
   
 static char *ns_prpr __P((struct ns_addr *));  static char *ns_prpr(struct ns_addr *);
 static void ns_erputil __P((int, int));  static void ns_erputil(int, int);
   
 static  int first = 1;  static  int first = 1;
   

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