You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
strerror() on GNU/Hurd maps Mach error messages to strings, so we can
use pcapint_fmt_errmsg_for_errno() to format messages for them. Add
a #define pcapint_fmt_errmsg_for_kern_return_t for
pcapint_fmt_errmsg_for_errno, and use the former in cases where the
argument is a kern_return_t rather than an errno, to make it a bit
clearer that is isn't mistakenly using pcapint_fmt_errmsg_for_errno on
something that's not a return from a UN*X call.
Fix one case where an errno, rather than a kern_return_t from the Mach
message call that failed, was passed to
pcapint_fmt_errmsg_for_kern_return_t().
0 commit comments