bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Correctly initialize prototype in itAlloc.


From: Flavio Cruz
Subject: [PATCH] Correctly initialize prototype in itAlloc.
Date: Sun, 6 Mar 2016 18:04:21 -0500
User-agent: Mutt/1.5.24 (2015-08-30)

* type.c (itAlloc): Initialize itKernelPort to FALSE.
---
 type.c | 1 +
 1 file changed, 1 insertion(+)

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 */
-- 
2.6.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]