]> git.pld-linux.org Git - packages/file.git/blob - name-use-count.patch
up to 5.40
[packages/file.git] / name-use-count.patch
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
3 @@ -459,8 +459,8 @@
4  #define        FILE_ELF_PHNUM_MAX              2048
5  #define        FILE_ELF_SHNUM_MAX              32768
6  #define        FILE_INDIR_MAX                  50
7 -#define        FILE_NAME_MAX                   50
8 +#define        FILE_NAME_MAX                   256
9  #define        FILE_REGEX_MAX                  8192
10  #define        FILE_ENCODING_MAX               (64 * 1024)
11  };
12  
This page took 0.292227 seconds and 3 git commands to generate.