Page MenuHomeFreeBSD

libkldelf: use warnx instead of printf
ClosedPublic

Authored by khng on Oct 4 2024, 1:11 AM.
Tags
None
Referenced Files
F154043914: D46893.id144274.diff
Sat, Apr 25, 5:04 PM
Unknown Object (File)
Mon, Apr 20, 10:38 AM
Unknown Object (File)
Mon, Apr 20, 8:25 AM
Unknown Object (File)
Mon, Apr 20, 5:49 AM
Unknown Object (File)
Mon, Apr 20, 2:30 AM
Unknown Object (File)
Sun, Apr 19, 11:50 PM
Unknown Object (File)
Sun, Apr 19, 11:10 PM
Unknown Object (File)
Sat, Apr 18, 2:02 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 59764
Build 56650: arc lint + arc unit

Event Timeline

khng requested review of this revision.Oct 4 2024, 1:11 AM
This revision is now accepted and ready to land.Oct 4 2024, 12:04 PM

warnx() appends a newline, so this isn't going to give the same output.

emaste requested changes to this revision.Oct 4 2024, 12:37 PM
This revision now requires changes to proceed.Oct 4 2024, 12:37 PM

Oh, yeah. The ones in ef_obj.c should be fine with the \ns removed.
ef_print_phdr is probably intended to go to stdout?

Fix per markj@'s comment. ef_print_phdr related part now is left unchanged for now.

This revision was not accepted when it landed; it landed in state Needs Review.Oct 8 2024, 4:29 AM
This revision was automatically updated to reflect the committed changes.