mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:37:35 +00:00
Ports: Remove obsolete patch for dropbear
This commit is contained in:
parent
52861226c3
commit
80a742b1b3
1 changed files with 0 additions and 12 deletions
|
@ -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 */
|
|
Loading…
Add table
Add a link
Reference in a new issue