Page MenuHomeFreeBSD

ndp: Complete libxo transition
ClosedPublic

Authored by yanhaowang on Aug 10 2023, 11:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Aug 17, 3:33 PM
Unknown Object (File)
Mon, Jul 28, 2:50 PM
Unknown Object (File)
Mon, Jul 28, 9:04 AM
Unknown Object (File)
Jul 7 2025, 2:22 AM
Unknown Object (File)
Jul 6 2025, 12:29 PM
Unknown Object (File)
Jul 1 2025, 10:57 AM
Unknown Object (File)
Jun 30 2025, 7:27 AM
Unknown Object (File)
Jun 22 2025, 4:45 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 53066
Build 49957: arc lint + arc unit

Event Timeline

  • Remove unnecessary space line.
des requested changes to this revision.Aug 17 2023, 3:12 PM
des added inline comments.
usr.sbin/ndp/ndp.c
920

These printf() calls should be changed to xo_error().

usr.sbin/ndp/ndp_netlink.c
44

Spurious blank line.

This revision now requires changes to proceed.Aug 17 2023, 3:12 PM
  • Using xo_err to replace printf.
  • Use number style.
This revision is now accepted and ready to land.Aug 26 2023, 11:50 PM
This revision was automatically updated to reflect the committed changes.