commit | 8756b726c2a97512898f839d19e8b6da637cff1c | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Mon Aug 28 10:24:32 2023 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Tue Aug 29 08:14:18 2023 -0600 |
tree | c1dff67b4901acfed3bcf356d54d4e0838e10a1a | |
parent | ef6a98437852a4080bcb3e5c8036c9dae2b2c75c [diff] |
Use bool in getpkt This changes getpkt and related functions to use bool rather than int. Reviewed-by: John Baldwin <jhb@FreeBSD.org>