From: FRIGN Date: Sun, 14 Feb 2016 00:28:37 +0000 (+0100) Subject: Simplify the oom-taming-function X-Git-Url: https://git.xinqibao.xyz/slock.git/commitdiff_plain/3abbffa4934a62146e995ee7c2cf3ba50991b4ad?ds=inline;hp=3abbffa4934a62146e995ee7c2cf3ba50991b4ad Simplify the oom-taming-function There really is no need to source a defined variable from a linux header. The OOM-rank ranges from -1000 to 1000, so we can safely hardcode -1000, which is a sane thing to do given slock is suid and we don't want to play around too much here anyway. On another notice, let's not forget that this still is a shitty heuristic. The OOM-killer still can kill us (thus I also changed the wording in the error-message. We do not disable the OOM-killer, we're just hiding. ---