Introduction
Introduction Statistics Contact Development Disclaimer Help
add hint for suid to oom error message - slock - simple X display locker utility
git clone git://git.suckless.org/slock
Log
Files
Refs
README
LICENSE
---
commit 1766ecdfd4db86e5d022a8fb951559714eb1e6a4
parent 9dfe0ce531023bf63c0e518b07ee97cf0cac742a
Author: Markus Teich <[email protected]>
Date: Fri, 29 Jan 2016 22:11:18 +0100
add hint for suid to oom error message
Diffstat:
M slock.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/slock.c b/slock.c
@@ -81,7 +81,7 @@ dontkillme(void)
die("buffer too small\n");
if (fd < 0 || write(fd, value, length) != length || close(fd) != 0)
- die("cannot disable the out-of-memory killer for this process\…
+ die("cannot disable the out-of-memory killer for this process …
}
#endif
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.