summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2021-05-09 17:25:41 +0100
committerLinus Groh <mail@linusgroh.de>2021-05-09 17:25:41 +0100
commit80a742b1b3c7a4d61ab79d858c51172067cab92e (patch)
tree398335ae4cc3d3d76785db1227f64ac3c2bcccc2
parent52861226c318e0e63f181b3f74523fb4c26a4e74 (diff)
downloadserenity-80a742b1b3c7a4d61ab79d858c51172067cab92e.zip
Ports: Remove obsolete patch for dropbear
-rw-r--r--Ports/dropbear/patches/remove-setrlimit.patch12
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 */