Page MenuHomeFreeBSD

ndp: Complete libxo transition
ClosedPublic

Authored by yanhaowang on Aug 10 2023, 11:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 9, 2:56 PM
Unknown Object (File)
Thu, Oct 9, 1:09 PM
Unknown Object (File)
Sat, Oct 4, 9:14 PM
Unknown Object (File)
Thu, Oct 2, 8:51 AM
Unknown Object (File)
Thu, Oct 2, 6:55 AM
Unknown Object (File)
Thu, Oct 2, 4:42 AM
Unknown Object (File)
Mon, Sep 22, 11:33 AM
Unknown Object (File)
Sun, Sep 21, 11:05 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.