]> git.pld-linux.org Git - packages/autofs.git/blobdiff - autofs-open_max.patch
- RH patches.
[packages/autofs.git] / autofs-open_max.patch
diff --git a/autofs-open_max.patch b/autofs-open_max.patch
new file mode 100644 (file)
index 0000000..1c39899
--- /dev/null
@@ -0,0 +1,15 @@
+--- autofs-4.0.0pre7/modules/lookup_program.c.open_max Thu Jun 15 17:54:06 2000
++++ autofs-4.0.0pre7/modules/lookup_program.c  Thu Jun 15 17:54:50 2000
+@@ -39,6 +39,12 @@
+ #define MAPENT_MAX_LEN 4095
++#ifdef FOPEN_MAX
++#ifndef OPEN_MAX
++#define OPEN_MAX FOPEN_MAX
++#endif
++#endif
++
+ struct lookup_context {
+   const char *mapname;
+   struct parse_mod *parse;
This page took 0.035423 seconds and 4 git commands to generate.