blob: e4d1b464597f97eb6e8df697f1aa4c084b334c1f [file] [log] [blame]
--- a/slock.c
+++ b/slock.c
@@ -57,7 +57,7 @@
if (fd < 0 && errno == ENOENT)
return;
if (fd < 0 || write(fd, "-1000\n", 6) != 6 || close(fd) != 0)
- die("cannot disable the out-of-memory killer for this process\n");
+ fprintf(stderr, "cannot disable the out-of-memory killer for this process\n");
}
#endif