aboutsummaryrefslogtreecommitdiff
path: root/devel/electron33/files/patch-base_posix_can__lower__nice__to.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron33/files/patch-base_posix_can__lower__nice__to.cc')
-rw-r--r--devel/electron33/files/patch-base_posix_can__lower__nice__to.cc16
1 files changed, 0 insertions, 16 deletions
diff --git a/devel/electron33/files/patch-base_posix_can__lower__nice__to.cc b/devel/electron33/files/patch-base_posix_can__lower__nice__to.cc
deleted file mode 100644
index 67a5d35808ae..000000000000
--- a/devel/electron33/files/patch-base_posix_can__lower__nice__to.cc
+++ /dev/null
@@ -1,16 +0,0 @@
---- base/posix/can_lower_nice_to.cc.orig 2022-02-28 16:54:41 UTC
-+++ base/posix/can_lower_nice_to.cc
-@@ -11,8 +11,12 @@
-
- #include "build/build_config.h"
-
-+#if BUILDFLAG(IS_FREEBSD)
-+#include <sys/param.h>
-+#endif
-+
- // Not defined on AIX by default.
--#if BUILDFLAG(IS_AIX)
-+#if BUILDFLAG(IS_AIX) || BUILDFLAG(IS_BSD)
- #if defined(RLIMIT_NICE)
- #error Assumption about OS_AIX is incorrect
- #endif