From 28667da372fb11bc8df08e1991a814005977e99f Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 26 May 2011 19:30:00 +0000 Subject: [PATCH] * mount.h (MAX_MOUNTS): Raise to 64. --- winsup/cygwin/ChangeLog | 4 ++++ winsup/cygwin/mount.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 8114f68df..dec2d507d 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +2011-05-26 Corinna Vinschen + + * mount.h (MAX_MOUNTS): Raise to 64. + 2011-05-25 Eric Blake * cygtls.h (strerror_r_buf): New buffer. 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;