Page MenuHomeFreeBSD

ctfdump: Use getprogname()
ClosedPublic

Authored by zlei on Feb 23 2023, 4:46 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 20, 3:53 PM
Unknown Object (File)
Thu, Sep 10, 8:09 PM
Unknown Object (File)
Wed, Sep 9, 7:22 PM
Unknown Object (File)
Tue, Sep 8, 4:15 AM
Unknown Object (File)
Sun, Sep 6, 11:50 AM
Unknown Object (File)
Sun, Sep 6, 8:40 AM
Unknown Object (File)
Sat, Sep 5, 1:21 AM
Unknown Object (File)
Fri, Sep 4, 6:58 AM
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