phk 2003/07/18 15:11:17 PDT FreeBSD src repository Modified files: sys/vm swap_pager.c Log: Fix a printf format warning I introduced. Use the macro max number of swap devices rather than cache the constant in a variable. Avoid a (now) pointless variable. Revision Changes Path 1.208 +19 -21 src/sys/vm/swap_pager.c