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

Diff for /src/usr.bin/systat/netstat.c between version 1.20 and 1.21

version 1.20, 2001/12/07 09:18:08 version 1.21, 2002/02/16 21:27:54
Line 79 
Line 79 
 #include "systat.h"  #include "systat.h"
 #include "extern.h"  #include "extern.h"
   
 static void enter __P((struct inpcb *, struct socket *, int, char *));  static void enter(struct inpcb *, struct socket *, int, char *);
 static const char *inetname __P((struct in_addr));  static const char *inetname(struct in_addr);
 static void inetprint __P((struct in_addr *, int, char *));  static void inetprint(struct in_addr *, int, char *);
 #ifdef INET6  #ifdef INET6
 static const char *inet6name __P((struct in6_addr *));  static const char *inet6name(struct in6_addr *);
 static void inet6print __P((struct in6_addr *, int, char *));  static void inet6print(struct in6_addr *, int, char *);
 #endif  #endif
   
 #define streq(a,b)      (strcmp(a,b)==0)  #define streq(a,b)      (strcmp(a,b)==0)

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21