diff options
Diffstat (limited to 'usr.sbin/pstat/pstat.c')
-rw-r--r-- | usr.sbin/pstat/pstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c index 3f4caff..4a8f7a1 100644 --- a/usr.sbin/pstat/pstat.c +++ b/usr.sbin/pstat/pstat.c @@ -540,7 +540,7 @@ swapmode_kvm(void) int i, n; n = kvm_getswapinfo(kd, kswap, sizeof kswap / sizeof kswap[0], - ((swapflag > 1) ? SWIF_DUMP_TREE : 0) | SWIF_DEV_PREFIX); + SWIF_DEV_PREFIX); print_swap_header(); for (i = 0; i < n; ++i) |