commit | 74b180e0d8e086723b79f596826a4e1df7c3b802 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Mon Aug 28 10:14:54 2023 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Tue Aug 29 08:14:18 2023 -0600 |
tree | 800ec3afc43efc09e0c852dfa9fa1916702a48bd | |
parent | 130e33d8617e7663b397f35d34f3c2b2f48d9cfc [diff] |
Remove getpkt_sane I noticed that getpkt is just a wrapper around getpk_sane, so this patch unifies the two of them. Reviewed-by: John Baldwin <jhb@FreeBSD.org>