Page MenuHomeFreeBSD

libifconfig: Add missing symbols to map
ClosedPublic

Authored by freqlabs on Feb 25 2021, 6:44 PM.
Tags
None
Referenced Files
F132434588: D28927.id84695.diff
Thu, Oct 16, 10:14 PM
Unknown Object (File)
Wed, Oct 15, 8:21 AM
Unknown Object (File)
Mon, Oct 13, 4:01 PM
Unknown Object (File)
Mon, Oct 13, 10:31 AM
Unknown Object (File)
Tue, Oct 7, 5:50 AM
Unknown Object (File)
Wed, Sep 24, 5:38 AM
Unknown Object (File)
Tue, Sep 23, 6:53 PM
Unknown Object (File)
Sun, Sep 21, 9:32 AM
Subscribers
None

Details

Summary

Regenerate the list of generated symbols for libifconfig:

grep -hr ^ifconfig_sfp_ /usr/obj/usr/src/amd64.amd64/lib/libifconfig | sed 's/(.*/;/' | sort -u

Spotted by build failures caused by a missing symbol while working on upgrading libifconfig from internal to private.

Diff Detail

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

Event Timeline

freqlabs created this revision.

Thanks, not sure how I missed these.

This revision is now accepted and ready to land.Feb 25 2021, 6:50 PM
This revision was automatically updated to reflect the committed changes.