Page MenuHomeFreeBSD

ctfdump: Use getprogname()
ClosedPublic

Authored by zlei on Feb 23 2023, 4:46 AM.
Tags
None
Referenced Files
F156775046: D38740.diff
Sat, May 16, 6:50 AM
Unknown Object (File)
Wed, May 13, 4:37 PM
Unknown Object (File)
Wed, May 13, 10:39 AM
Unknown Object (File)
Thu, Apr 30, 7:37 AM
Unknown Object (File)
Thu, Apr 23, 7:30 AM
Unknown Object (File)
Sun, Apr 19, 6:30 AM
Unknown Object (File)
Apr 15 2026, 3:58 AM
Unknown Object (File)
Apr 11 2026, 8:19 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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