1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 13:47:46 +00:00

Ports: Remove obsolete patches for <limits.h>

This commit is contained in:
Gunnar Beutner 2021-04-12 13:35:46 +02:00 committed by Andreas Kling
parent e95cb252be
commit 0f98569617
6 changed files with 0 additions and 452 deletions

View file

@ -1,11 +0,0 @@
--- libarchive-3.4.0/libarchive/archive_read_disk_posix.c 2019-06-12 18:05:16.000000000 -0300
+++ libarchive-3.4.0-new/libarchive/archive_read_disk_posix.c 2019-10-12 22:30:12.774683968 -0300
@@ -1984,7 +1984,7 @@
# else
/* No way to get a trusted value of maximum filename
* length. */
- t->current_filesystem->name_max = PATH_MAX;
+ t->current_filesystem->name_max = 4096; /* Toolchain workaround */
# endif /* NAME_MAX */
# if defined(_PC_NAME_MAX)
else