Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149295505
D22066.1789832584.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D22066.1789832584.diff
View Options
Index: head/sysutils/busybox/Makefile
===================================================================
--- head/sysutils/busybox/Makefile
+++ head/sysutils/busybox/Makefile
@@ -3,6 +3,7 @@
PORTNAME= busybox
PORTVERSION= 1.31.0
+PORTREVISION= 1
CATEGORIES= sysutils misc shells
MASTER_SITES= https://busybox.net/downloads/
Index: head/sysutils/busybox/files/patch-shell_shell__common.c
===================================================================
--- head/sysutils/busybox/files/patch-shell_shell__common.c
+++ head/sysutils/busybox/files/patch-shell_shell__common.c
@@ -0,0 +1,12 @@
+--- shell/shell_common.c.orig 2019-06-10 09:09:31 UTC
++++ shell/shell_common.c
+@@ -328,7 +328,9 @@ struct limits {
+ static const struct limits limits_tbl[] = {
+ { RLIMIT_CORE, 9, "core file size (blocks)" }, // -c
+ { RLIMIT_DATA, 10, "data seg size (kb)" }, // -d
++#ifdef RLIMIT_NICE
+ { RLIMIT_NICE, 0, "scheduling priority" }, // -e
++#endif
+ { RLIMIT_FSIZE, 9, "file size (blocks)" }, // -f
+ #define LIMIT_F_IDX 3
+ #ifdef RLIMIT_SIGPENDING
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Sep 19, 3:43 PM (2 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29784290
Default Alt Text
D22066.1789832584.diff (1 KB)
Attached To
Mode
D22066: sysutils/busybox: fix the build
Attached
Detach File
Event Timeline
Log In to Comment