Page MenuHomeFreeBSD

libkldelf: use warnx instead of printf
ClosedPublic

Authored by khng on Oct 4 2024, 1:11 AM.
Tags
None
Referenced Files
F165170430: D46893.id144448.diff
Thu, Aug 6, 1:18 PM
F165151438: D46893.id144274.diff
Thu, Aug 6, 10:29 AM
Unknown Object (File)
Wed, Aug 5, 7:21 AM
Unknown Object (File)
Thu, Jul 30, 11:56 PM
Unknown Object (File)
Tue, Jul 28, 9:38 PM
Unknown Object (File)
Fri, Jul 24, 4:53 PM
Unknown Object (File)
Sun, Jul 19, 2:17 PM
Unknown Object (File)
Sat, Jul 18, 10:29 PM
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.