bug-hurd
[Top][All Lists]
Advanced

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

[PATCH 48/66] ipc/mach_port.c: use boolean instead of an int


From: Marin Ramesa
Subject: [PATCH 48/66] ipc/mach_port.c: use boolean instead of an int
Date: Thu, 5 Dec 2013 22:03:42 +0100

* ipc/mach_port.c (mach_port_deallocate_debug): Use boolean instead of an int.

---
 ipc/mach_port.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ipc/mach_port.c b/ipc/mach_port.c
index 46cb4de..e1d9419 100644
--- a/ipc/mach_port.c
+++ b/ipc/mach_port.c
@@ -555,7 +555,7 @@ mach_port_allocate(space, right, namep)
  *             KERN_INVALID_NAME       The name doesn't denote a right.
  */
 
-static volatile int mach_port_deallocate_debug = 0;
+static volatile boolean_t mach_port_deallocate_debug = FALSE;
 
 kern_return_t
 mach_port_destroy(
-- 
1.8.1.4




reply via email to

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