mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 04:21:18 +02:00
create bsd12 branch
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
--- libexplain/buffer/errno/setpriority.c.orig
|
||||
+++ libexplain/buffer/errno/setpriority.c
|
||||
@@ -124,6 +124,7 @@
|
||||
/* FIXME: i18n */
|
||||
"the caller attempted to lower a process priority"
|
||||
);
|
||||
+#ifdef RLIMIT_NICE
|
||||
if (explain_option_dialect_specific())
|
||||
{
|
||||
/*
|
||||
@@ -141,6 +142,7 @@
|
||||
explain_string_buffer_printf(sb, " (%d < %d)", prio, cur);
|
||||
}
|
||||
}
|
||||
+#endif
|
||||
explain_buffer_dac_sys_nice(sb);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user