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
F163093242: D47132.id.diff
Mon, Jul 20, 12:46 AM
Unknown Object (File)
Wed, Jul 15, 8:13 AM
Unknown Object (File)
Wed, Jul 8, 3:21 AM
Unknown Object (File)
Thu, Jul 2, 4:05 AM
Unknown Object (File)
Wed, Jul 1, 1:13 PM
Unknown Object (File)
Wed, Jul 1, 12:06 PM
Unknown Object (File)
Jun 20 2026, 12:14 AM
Unknown Object (File)
May 20 2026, 11:51 PM

Details

Summary

No functional change intended.

Diff Detail

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

Event Timeline

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

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
108

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.