diff options
author | Linus Groh <mail@linusgroh.de> | 2021-05-09 17:25:41 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-05-09 17:25:41 +0100 |
commit | 80a742b1b3c7a4d61ab79d858c51172067cab92e (patch) | |
tree | 398335ae4cc3d3d76785db1227f64ac3c2bcccc2 | |
parent | 52861226c318e0e63f181b3f74523fb4c26a4e74 (diff) | |
download | serenity-80a742b1b3c7a4d61ab79d858c51172067cab92e.zip |
Ports: Remove obsolete patch for dropbear
-rw-r--r-- | Ports/dropbear/patches/remove-setrlimit.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Ports/dropbear/patches/remove-setrlimit.patch b/Ports/dropbear/patches/remove-setrlimit.patch deleted file mode 100644 index 6537111ba8..0000000000 --- a/Ports/dropbear/patches/remove-setrlimit.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/dbutil.c.orig -+++ b/dbutil.c -@@ -553,9 +553,6 @@ - } - - void disallow_core() { -- struct rlimit lim; -- lim.rlim_cur = lim.rlim_max = 0; -- setrlimit(RLIMIT_CORE, &lim); - } - - /* Returns DROPBEAR_SUCCESS or DROPBEAR_FAILURE, with the result in *val */ |