Deleted Added
full compact
32c32
< __FBSDID("$FreeBSD: head/sys/ddb/db_expr.c 195699 2009-07-14 22:48:30Z rwatson $");
---
> __FBSDID("$FreeBSD: head/sys/ddb/db_expr.c 283088 2015-05-18 22:27:46Z pfg $");
60c60
< return (TRUE);
---
> return (true);
64c64
< return (TRUE);
---
> return (true);
68c68
< return (TRUE);
---
> return (true);
72c72
< return (TRUE);
---
> return (true);
76c76
< return (TRUE);
---
> return (true);
80c80
< return (TRUE);
---
> return (true);
84,85c84,85
< return (FALSE);
< return (TRUE);
---
> return (false);
> return (true);
97c97
< return (TRUE);
---
> return (true);
100c100
< return (FALSE);
---
> return (false);
115c115
< return (TRUE);
---
> return (true);
123,124c123,124
< *valuep = db_get_value((db_addr_t)*valuep, sizeof(void *), FALSE);
< return (TRUE);
---
> *valuep = db_get_value((db_addr_t)*valuep, sizeof(void *), false);
> return (true);
137c137
< return (FALSE);
---
> return (false);
163c163
< return (TRUE);
---
> return (true);
173c173
< return (FALSE);
---
> return (false);
189c189
< return (TRUE);
---
> return (true);
199c199
< return (FALSE);
---
> return (false);
221c221
< return (TRUE);
---
> return (true);