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

Diff for /src/usr.bin/systat/systat.h between version 1.14 and 1.15

version 1.14, 2009/08/13 23:45:35 version 1.15, 2010/07/22 12:33:29
Line 35 
Line 35 
 #ifndef _SYSTAT_H_  #ifndef _SYSTAT_H_
 #define _SYSTAT_H_  #define _SYSTAT_H_
   
   #include <netinet/in.h>
 #include <sys/cdefs.h>  #include <sys/cdefs.h>
 #include <fcntl.h>  #include <fcntl.h>
 #include <kvm.h>  #include <kvm.h>
Line 89 
Line 90 
   
 void error(const char *fmt, ...);  void error(const char *fmt, ...);
 void nlisterr(struct nlist []);  void nlisterr(struct nlist []);
   
   const char *inetname(struct in_addr);
   const char *inet6name(struct in6_addr *);
   
 #endif  #endif
   

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15