git: swapon(8): Fix "swapctl -l".
Sascha Wildner
swildner at crater.dragonflybsd.org
Sat Apr 30 15:29:10 PDT 2011
commit ebd20800f90101c7f35180985899fb1c94af5021
Author: Sascha Wildner <saw at online.de>
Date: Sun May 1 00:27:05 2011 +0200
swapon(8): Fix "swapctl -l".
Without -s, swapctl -l would report 0 for swap size and used swap because
some variables were initialized only for the -s case. Just remove the
"if (sflag)" around the calculation.
Reported-by: Joachim de Groot <jdegroot at web.de>
Taken-from: FreeBSD
Summary of changes:
sbin/swapon/swapon.c | 12 ++++--------
1 files changed, 4 insertions(+), 8 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ebd20800f90101c7f35180985899fb1c94af5021
--
DragonFly BSD source repository
More information about the Commits
mailing list