]> git.pld-linux.org Git - packages/autofs.git/blob - autofs-open_max.patch
- updated to 5.1.9
[packages/autofs.git] / autofs-open_max.patch
1 --- autofs-4.0.0pre7/modules/lookup_program.c.open_max  Thu Jun 15 17:54:06 2000
2 +++ autofs-4.0.0pre7/modules/lookup_program.c   Thu Jun 15 17:54:50 2000
3 @@ -39,6 +39,12 @@
4  
5  #define MAPENT_MAX_LEN 4095
6  
7 +#ifdef FOPEN_MAX
8 +#ifndef OPEN_MAX
9 +#define OPEN_MAX FOPEN_MAX
10 +#endif
11 +#endif
12 +
13  struct lookup_context {
14    const char *mapname;
15    struct parse_mod *parse;
This page took 0.069275 seconds and 3 git commands to generate.