=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/systat/pftop.c,v retrieving revision 1.12 retrieving revision 1.13 diff -c -r1.12 -r1.13 *** src/usr.bin/systat/pftop.c 2009/06/10 03:42:58 1.12 --- src/usr.bin/systat/pftop.c 2009/07/14 17:58:14 1.13 *************** *** 1,4 **** ! /* $Id: pftop.c,v 1.12 2009/06/10 03:42:58 canacar Exp $ */ /* * Copyright (c) 2001, 2007 Can Erkin Acar * Copyright (c) 2001 Daniel Hartmeier --- 1,4 ---- ! /* $Id: pftop.c,v 1.13 2009/07/14 17:58:14 jsg Exp $ */ /* * Copyright (c) 2001, 2007 Can Erkin Acar * Copyright (c) 2001 Daniel Hartmeier *************** *** 449,455 **** return 0; } ! __inline int sort_addr_callback(const struct pfsync_state *s1, const struct pfsync_state *s2, int dir) { --- 449,455 ---- return 0; } ! static __inline int sort_addr_callback(const struct pfsync_state *s1, const struct pfsync_state *s2, int dir) { *************** *** 496,502 **** return -sortdir; } ! __inline int sort_port_callback(const struct pfsync_state *s1, const struct pfsync_state *s2, int dir) { --- 496,502 ---- return -sortdir; } ! static __inline int sort_port_callback(const struct pfsync_state *s1, const struct pfsync_state *s2, int dir) {