]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Change kdb_active type to u_char.
authormjg <mjg@FreeBSD.org>
Sun, 22 Oct 2017 13:42:56 +0000 (13:42 +0000)
committermjg <mjg@FreeBSD.org>
Sun, 22 Oct 2017 13:42:56 +0000 (13:42 +0000)
commit6b028c8c22a07d55bdd6c5e73ee9a27929de8287
treeb7a61b1595887982491b78c946b2f1ad9d321761
parent43e2f4ac30770f41f2bf8151168b4075fbbd85c5
Change kdb_active type to u_char.

Fixes warnings from gcc and keeps the small size. Perhaps nesting should be moved
to another variablle.

Reported by: ngie
sys/kern/subr_kdb.c
sys/sys/kdb.h