]> git.pld-linux.org Git - packages/file.git/blame - name-use-count.patch
- fix python3 package deps, rel 3
[packages/file.git] / name-use-count.patch
CommitLineData
6caccfdb
ER
1--- file-5.39/src/file.h~ 2020-06-15 03:01:01.000000000 +0300
2+++ file-5.39/src/file.h 2020-06-21 14:52:44.027423622 +0300
6707b178 3@@ -459,7 +459,7 @@
6caccfdb 4 #define FILE_ELF_SHNUM_MAX 32768
02b7513d 5 #define FILE_ELF_SHSIZE_MAX (128 * 1024 * 1024)
112eba2c 6 #define FILE_INDIR_MAX 50
6caccfdb 7-#define FILE_NAME_MAX 50
a46ba806 8+#define FILE_NAME_MAX 256
6caccfdb 9 #define FILE_REGEX_MAX 8192
a7e5502b 10 #define FILE_ENCODING_MAX (64 * 1024)
6707b178 11 #if defined(HAVE_NEWLOCALE) && defined(HAVE_USELOCALE) && defined(HAVE_FREELOCALE)
This page took 0.245575 seconds and 4 git commands to generate.