Page MenuHomeFreeBSD

tests: Fix style of netpfil/common/divapp.c
ClosedPublic

Authored by igoro on Oct 15 2024, 5:24 PM.
Tags
None
Referenced Files
F134003584: D47132.id144984.diff
Wed, Oct 29, 11:07 PM
Unknown Object (File)
Wed, Oct 29, 2:50 PM
Unknown Object (File)
Wed, Oct 29, 2:47 PM
Unknown Object (File)
Wed, Oct 29, 2:47 PM
Unknown Object (File)
Wed, Oct 29, 2:46 PM
Unknown Object (File)
Sat, Oct 25, 3:33 AM
Unknown Object (File)
Wed, Oct 22, 11:11 PM
Unknown Object (File)
Wed, Oct 22, 11:29 AM

Details

Summary

No functional change intended.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 60033
Build 56917: arc lint + arc unit

Event Timeline

igoro requested review of this revision.Oct 15 2024, 5:24 PM
tests/sys/netpfil/common/divapp.c
104

If you use err() instead of errx(), information from errno will be appended automatically.

Use the standard way for error reporting

igoro added inline comments.
tests/sys/netpfil/common/divapp.c
104

Nice, thanks.

This revision is now accepted and ready to land.Oct 16 2024, 1:02 PM
This revision was automatically updated to reflect the committed changes.
igoro marked an inline comment as done.