commit | b48c2f04091d33d134b627f1b0a57e2d711cb5a2 | [log] [tgz] |
---|---|---|
author | John Baldwin <jhb@FreeBSD.org> | Mon Mar 27 12:51:02 2023 -0700 |
committer | John Baldwin <jhb@FreeBSD.org> | Mon Mar 27 12:51:02 2023 -0700 |
tree | 7fb03cb03b87b8798845ca396a01e89f71060c93 | |
parent | bf505746af17499b29e791a24ccfc13058ce946d [diff] |
fbsd-nat: Avoid a direct write to target_waitstatus::kind. This is in #ifdef'd code for a workaround for FreeBSD versions older than 11.1 which is why it wasn't caught earlier. Approved-By: Simon Marchi <simon.marchi@efficios.com>