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

Diff for /src/usr.bin/systat/pftop.c between version 1.12 and 1.13

version 1.12, 2009/06/10 03:42:58 version 1.13, 2009/07/14 17:58:14
Line 449 
Line 449 
         return 0;          return 0;
 }  }
   
 __inline int  static __inline int
 sort_addr_callback(const struct pfsync_state *s1,  sort_addr_callback(const struct pfsync_state *s1,
                    const struct pfsync_state *s2, int dir)                     const struct pfsync_state *s2, int dir)
 {  {
Line 496 
Line 496 
         return -sortdir;          return -sortdir;
 }  }
   
 __inline int  static __inline int
 sort_port_callback(const struct pfsync_state *s1,  sort_port_callback(const struct pfsync_state *s1,
                    const struct pfsync_state *s2, int dir)                     const struct pfsync_state *s2, int dir)
 {  {

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13