From: Cristiano Giuffrida Date: Tue, 11 Mar 2014 20:12:53 +0000 (+0100) Subject: libsys: Increase number of static grants. X-Git-Url: http://zhaoyanbai.com/repos/doxygen.log?a=commitdiff_plain;h=704033fd9d6b275029f24a9241882d7657fc5eb4;p=minix.git libsys: Increase number of static grants. This is required by the state transfer framework. Change-Id: I6bc08cee6c70ff406fbd8d45a12721a26c86d45a --- diff --git a/minix/lib/libsys/safecopies.c b/minix/lib/libsys/safecopies.c index 3cce51b48..04c6454f9 100644 --- a/minix/lib/libsys/safecopies.c +++ b/minix/lib/libsys/safecopies.c @@ -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;