Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2011-05-26 23:30:00 +0400
committerCorinna Vinschen <corinna@vinschen.de>2011-05-26 23:30:00 +0400
commit28667da372fb11bc8df08e1991a814005977e99f (patch)
tree145440d2a18c163b913d5bd245a62676d046d25d /winsup/cygwin/mount.h
parentd644e79f34cf2c8ef3f3a621ea4691ae6c5bb79f (diff)
* mount.h (MAX_MOUNTS): Raise to 64.
Diffstat (limited to 'winsup/cygwin/mount.h')
-rw-r--r--winsup/cygwin/mount.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/mount.h b/winsup/cygwin/mount.h
index d8468c857..d0268277d 100644
--- a/winsup/cygwin/mount.h
+++ b/winsup/cygwin/mount.h
@@ -135,7 +135,7 @@ class mount_item
higher numbered registry entries. Don't change this number willy-nilly.
What we need is to have a more dynamic allocation scheme, but the current
scheme should be satisfactory for a long while yet. */
-#define MAX_MOUNTS 30
+#define MAX_MOUNTS 64
class reg_key;
struct device;