You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/slock/files/slock-1.2-dontdieonme.patch

12 lines
319 B

--- 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