summaryrefslogtreecommitdiff
blob: 706547800d74c8192207da9a6064cad015a56cc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)!