* mount.h (MAX_MOUNTS): Raise to 64.

This commit is contained in:
Corinna Vinschen 2011-05-26 19:30:00 +00:00
parent d644e79f34
commit 28667da372
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-05-26 Corinna Vinschen <corinna@vinschen.de>
* mount.h (MAX_MOUNTS): Raise to 64.
2011-05-25 Eric Blake <eblake@redhat.com>
* cygtls.h (strerror_r_buf): New buffer.

View File

@ -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;