diff options
Diffstat (limited to 'components/swap.c')
-rw-r--r-- | components/swap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/swap.c b/components/swap.c index 6ae0542..f270d93 100644 --- a/components/swap.c +++ b/components/swap.c @@ -204,7 +204,7 @@ return 0; } - if(kvm_getswapinfo(kd, swap_info, size, 0 /* Unused flags */) == -1) { + if (kvm_getswapinfo(kd, swap_info, size, 0 /* Unused flags */) < 0) { warn("kvm_getswapinfo:"); kvm_close(kd); return 0; |