]> git.pld-linux.org Git - packages/autofs.git/blame - autofs-open_max.patch
- updated to 5.1.0
[packages/autofs.git] / autofs-open_max.patch
CommitLineData
be85a188 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.113072 seconds and 4 git commands to generate.