Page MenuHomeFreeBSD

ndp: Complete libxo transition
ClosedPublic

Authored by yanhaowang on Aug 10 2023, 11:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 12, 2:40 PM
Unknown Object (File)
Tue, Oct 8, 9:56 PM
Unknown Object (File)
Tue, Oct 8, 8:01 PM
Unknown Object (File)
Tue, Oct 8, 10:40 AM
Unknown Object (File)
Mon, Oct 7, 12:36 AM
Unknown Object (File)
Sat, Oct 5, 11:39 PM
Unknown Object (File)
Sat, Oct 5, 12:39 PM
Unknown Object (File)
Sat, Oct 5, 11:40 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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
923–924

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

usr.sbin/ndp/ndp_netlink.c
43–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.