Page MenuHomeFreeBSD

ctfdump: Use getprogname()
ClosedPublic

Authored by zlei on Feb 23 2023, 4:46 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Aug 17, 9:13 AM
Unknown Object (File)
Fri, Aug 15, 1:30 PM
Unknown Object (File)
Thu, Aug 14, 11:48 PM
Unknown Object (File)
Jul 12 2025, 1:49 AM
Unknown Object (File)
Jul 4 2025, 11:36 PM
Unknown Object (File)
Jun 29 2025, 1:45 PM
Unknown Object (File)
Jun 28 2025, 12:08 PM
Unknown Object (File)
Jun 26 2025, 11:08 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