summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_print.c
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2015-05-21 15:16:18 +0000
committerpfg <pfg@FreeBSD.org>2015-05-21 15:16:18 +0000
commitb0d837707d8b28197e3d0e7fbc48095e09e2e77a (patch)
tree75c54c4b08525bdc04b20414b8f285acb9730b5c /sys/ddb/db_print.c
parent0deeef9a48b9b09f99ff466c7d08bf4a5faaf09c (diff)
downloadFreeBSD-src-b0d837707d8b28197e3d0e7fbc48095e09e2e77a.zip
FreeBSD-src-b0d837707d8b28197e3d0e7fbc48095e09e2e77a.tar.gz
ddb: finish converting boolean values.
The replacement started at r283088 was necessarily incomplete without replacing boolean_t with bool. This also involved cleaning some type mismatches and ansifying old C function declarations. Pointed out by: bde Discussed with: bde, ian, jhb
Diffstat (limited to 'sys/ddb/db_print.c')
-rw-r--r--sys/ddb/db_print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ddb/db_print.c b/sys/ddb/db_print.c
index 9e45456..95550d15 100644
--- a/sys/ddb/db_print.c
+++ b/sys/ddb/db_print.c
@@ -47,7 +47,7 @@ __FBSDID("$FreeBSD$");
#include <ddb/db_sym.h>
void
-db_show_regs(db_expr_t _1, boolean_t _2, db_expr_t _3, char *_4)
+db_show_regs(db_expr_t _1, bool _2, db_expr_t _3, char *_4)
{
struct db_variable *regp;
db_expr_t value, offset;
OpenPOWER on IntegriCloud