* kern/syscall_sw.c (kern_invalid_debug): Use boolean instead of an int.

---
 kern/syscall_sw.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kern/syscall_sw.c b/kern/syscall_sw.c
index 607d843..856b12f 100644
--- a/kern/syscall_sw.c
+++ b/kern/syscall_sw.c
@@ -56,7 +56,7 @@
  *             the positive numbers) are reserved for Unix.
  */
 
-int kern_invalid_debug = 0;
+boolean_t kern_invalid_debug = FALSE;
 
 mach_port_t    null_port()
 {
-- 
1.8.1.4


Reply via email to