diff options
author | Gunnar Beutner <gunnar@beutner.name> | 2021-04-12 13:35:46 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-04-12 22:37:34 +0200 |
commit | 0f9856961729e8969175e6c55f5f4d4616f96291 (patch) | |
tree | 78effc5df8987111b219826b1978d99741dcef30 /Ports/jq/patches | |
parent | e95cb252be0187a46a1ee1809329b598d666053e (diff) | |
download | serenity-0f9856961729e8969175e6c55f5f4d4616f96291.zip |
Ports: Remove obsolete patches for <limits.h>
Diffstat (limited to 'Ports/jq/patches')
-rw-r--r-- | Ports/jq/patches/diff.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Ports/jq/patches/diff.patch b/Ports/jq/patches/diff.patch index a942c1db0d..8bd805ccc2 100644 --- a/Ports/jq/patches/diff.patch +++ b/Ports/jq/patches/diff.patch @@ -88,16 +88,3 @@ index fd7b257..9f5ced8 100644 free(p); } -diff --git a/src/util.c b/src/util.c -index df83952..58c95c8 100644 ---- a/src/util.c -+++ b/src/util.c -@@ -136,7 +136,7 @@ jv jq_realpath(jv path) { - #ifdef _PC_PATH_MAX - path_max = pathconf(jv_string_value(path),_PC_PATH_MAX); - #else -- path_max = PATH_MAX; -+ path_max = 4096; - #endif - if (path_max > 0) { - buf = jv_mem_alloc(path_max); |