]> git.pld-linux.org Git - packages/file.git/blame - name-use-count.patch
up to 5.38
[packages/file.git] / name-use-count.patch
CommitLineData
112eba2c
ER
1--- file-5.26/src/file.h~ 2016-03-31 20:51:12.000000000 +0300
2+++ file-5.26/src/file.h 2016-04-17 12:37:55.562528440 +0300
3@@ -421,7 +421,7 @@
4 uint16_t regex_max;
5 size_t bytes_max; /* number of bytes to read from file */
6 #define FILE_INDIR_MAX 50
a46ba806
JR
7-#define FILE_NAME_MAX 30
8+#define FILE_NAME_MAX 256
9 #define FILE_ELF_SHNUM_MAX 32768
112eba2c 10 #define FILE_ELF_PHNUM_MAX 2048
a46ba806 11 #define FILE_ELF_NOTES_MAX 256
This page took 0.032133 seconds and 4 git commands to generate.