Based on the https://reviews.freebsd.org/D55494 by mckusick.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
If you don't have kernel strings, you need to print the long form.
I have incorporated your changes plus the above fix into my original review (D55494) along with updates to the manual page. If you are happy with that I will commit it.
| lib/libc/gen/uexterr_format.c | ||
|---|---|---|
| 91–92 | In the !has_msg case, you are not printing anything. This needs to add || !has_msg. | |