$OpenBSD: patch-base_posix_can_lower_nice_to_cc,v 1.2 2019/04/17 11:48:53 robert Exp $

Index: base/posix/can_lower_nice_to.cc
--- base/posix/can_lower_nice_to.cc.orig
+++ base/posix/can_lower_nice_to.cc
@@ -12,7 +12,7 @@
 #include "build/build_config.h"
 
 // Not defined on AIX by default.
-#if defined(OS_AIX)
+#if defined(OS_AIX) || defined(OS_BSD)
 #if defined(RLIMIT_NICE)
 #error Assumption about OS_AIX is incorrect
 #endif
