summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlavio Cruz <flaviocruz@gmail.com>2016-03-06 18:04:21 -0500
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2016-03-07 00:08:45 +0100
commit95a729b9dd53b0486789a80c1775c987f87dd0f2 (patch)
treeddc6e99ed5a155629a3595111898ff86ff4da16a
parente2e50a2471af7c8708d49323a3f000042a032b59 (diff)
Correctly initialize prototype in itAlloc.
* type.c (itAlloc): Initialize itKernelPort to FALSE.
-rw-r--r--type.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/type.c b/type.c
index 4450b52..26a39b7 100644
--- a/type.c
+++ b/type.c
@@ -113,6 +113,7 @@ itAlloc(void)
FALSE, /* boolean_t itString */
FALSE, /* boolean_t itVarArray */
FALSE, /* boolean_t itIndefinite */
+ FALSE, /* boolean_t itKernelPort */
itNULL, /* ipc_type_t *itElement */
strNULL, /* identifier_t itUserType */
strNULL, /* identifier_t itServerType */