You've already forked termux-packages
mirror of
https://github.com/izzy2lost/termux-packages.git
synced 2026-03-26 17:00:19 -07:00
12 lines
179 B
Diff
12 lines
179 B
Diff
--- a/func.c
|
|
+++ b/func.c
|
|
@@ -1063,7 +1063,7 @@
|
|
(void) umask(i);
|
|
}
|
|
|
|
-typedef quad_t RLIM_TYPE;
|
|
+typedef int64_t RLIM_TYPE;
|
|
|
|
static struct limits {
|
|
int limconst;
|