CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2009/07/14 11:58:14
Modified files: usr.bin/systat : pftop.c Log message: use static for inline so compilers with c99 inline semantics generate the same linkage as those with c89 semantics. ok sthen@