diff options
Diffstat (limited to 'x11-misc/slock/files/slock-1.2-dontdieonme.patch')
-rw-r--r-- | x11-misc/slock/files/slock-1.2-dontdieonme.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-misc/slock/files/slock-1.2-dontdieonme.patch b/x11-misc/slock/files/slock-1.2-dontdieonme.patch deleted file mode 100644 index e4d1b464597f..000000000000 --- a/x11-misc/slock/files/slock-1.2-dontdieonme.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 - |