Page MenuHomeFreeBSD

ctfdump: Use getprogname()
ClosedPublic

Authored by zlei on Feb 23 2023, 4:46 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 7, 11:31 PM
Unknown Object (File)
Wed, Nov 5, 6:25 AM
Unknown Object (File)
Mon, Nov 3, 10:37 AM
Unknown Object (File)
Oct 25 2025, 10:54 AM
Unknown Object (File)
Oct 14 2025, 7:01 AM
Unknown Object (File)
Oct 11 2025, 8:01 AM
Unknown Object (File)
Oct 9 2025, 12:37 PM
Unknown Object (File)
Oct 9 2025, 12:37 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

This revision is now accepted and ready to land.Feb 23 2023, 3:00 PM
This revision was automatically updated to reflect the committed changes.

Ooops, forgot to remove function prototype for getpname() .

It seems better to commit the removal of getpname() in separately. So it is easier to test and MFC.

Removed the function prototype for getpname() in f8e1aa85fed0