From 28667da372fb11bc8df08e1991a814005977e99f Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 26 May 2011 19:30:00 +0000 Subject: * mount.h (MAX_MOUNTS): Raise to 64. --- winsup/cygwin/mount.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/mount.h') 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; -- cgit v1.2.3