Subject: CVS commit: pkgsrc/sysutils/htop
From: Maya Rashish
Date: 2017-11-24 03:06:13
Message id: 20171124020613.CDD94FB40@cvs.NetBSD.org

Log Message:
htop: workaround differences in how linux and netbsd count memory usage

a bogus value is displayed for used memory as usedMem ends up as a negative
quantity. use (total memory - free memory) instead.

PR pkg/52669: htop displays wrong used memory

Files:
RevisionActionfile
1.16modifypkgsrc/sysutils/htop/Makefile
1.11modifypkgsrc/sysutils/htop/distinfo
1.1addpkgsrc/sysutils/htop/patches/patch-linux_Platform.c