Simplify the oom-taming-function
authorFRIGN <dev@frign.de>
Sun, 14 Feb 2016 00:28:37 +0000 (01:28 +0100)
committerFRIGN <dev@frign.de>
Sun, 14 Feb 2016 00:28:37 +0000 (01:28 +0100)
commit3abbffa4934a62146e995ee7c2cf3ba50991b4ad
tree3a97c28b0c83a8ecc93b84c0487dc6c92089bc4b
parent6a52a85a1ac87b29048863d599a8b0f0ee712482
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.
slock.c