* mount.h (MAX_MOUNTS): Raise to 64.
This commit is contained in:
parent
d644e79f34
commit
28667da372
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue