Page MenuHomeFreeBSD

ndp: Complete libxo transition
ClosedPublic

Authored by yanhaowang on Aug 10 2023, 11:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 29, 6:43 PM
Unknown Object (File)
Fri, Apr 25, 4:39 PM
Unknown Object (File)
Sun, Apr 13, 11:16 PM
Unknown Object (File)
Mar 2 2025, 7:25 PM
Unknown Object (File)
Feb 28 2025, 4:58 PM
Unknown Object (File)
Feb 16 2025, 11:29 PM
Unknown Object (File)
Feb 11 2025, 10:37 PM
Unknown Object (File)
Feb 6 2025, 3:09 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.