Page MenuHomeFreeBSD

ndp: Complete libxo transition
ClosedPublic

Authored by yanhaowang on Aug 10 2023, 11:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 16 2024, 3:20 PM
Unknown Object (File)
Nov 9 2024, 7:43 AM
Unknown Object (File)
Nov 3 2024, 5:31 PM
Unknown Object (File)
Oct 22 2024, 7:11 PM
Unknown Object (File)
Oct 22 2024, 6:36 PM
Unknown Object (File)
Oct 22 2024, 6:36 PM
Unknown Object (File)
Oct 20 2024, 1:55 PM
Unknown Object (File)
Oct 20 2024, 1:42 PM
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.