]> Zhao Yanbai Git Server - minix.git/commitdiff
libsys: Increase number of static grants. 87/3087/2
authorCristiano Giuffrida <giuffrida@cs.vu.nl>
Tue, 11 Mar 2014 20:12:53 +0000 (21:12 +0100)
committerDavid van Moolenbroek <david@minix3.org>
Wed, 16 Sep 2015 11:03:42 +0000 (11:03 +0000)
This is required by the state transfer framework.

Change-Id: I6bc08cee6c70ff406fbd8d45a12721a26c86d45a

minix/lib/libsys/safecopies.c

index 3cce51b4803994c57eca9f18714162630df69795..04c6454f955e1248906d112c8f69c97c0a90b0f8 100644 (file)
@@ -44,7 +44,7 @@
        }                                                                     \
    }
 
-#define NR_STATIC_GRANTS 2
+#define NR_STATIC_GRANTS 3
 static cp_grant_t static_grants[NR_STATIC_GRANTS];
 static cp_grant_t *grants = NULL;
 static int ngrants = 0;