summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-fs/autofs/files/automount.diff')
-rw-r--r--net-fs/autofs/files/automount.diff14
1 files changed, 14 insertions, 0 deletions
diff --git a/net-fs/autofs/files/automount.diff b/net-fs/autofs/files/automount.diff
new file mode 100644
index 000000000000..706547800d74
--- /dev/null
+++ b/net-fs/autofs/files/automount.diff
@@ -0,0 +1,14 @@
+--- automount.h~ Sat Nov 4 08:05:18 2000
++++ automount.h Mon Jan 15 02:04:14 2001
+@@ -12,6 +12,11 @@
+ #include <paths.h>
+ #include "config.h"
+
++/* OPEN_MAX */
++#ifndef OPEN_MAX
++#define OPEN_MAX 255
++#endif
++
+ /* We MUST have the paths to mount(8) and umount(8) */
+ #ifndef HAVE_MOUNT
+ #error Failed to locate mount(8)!