Page MenuHomeFreeBSD

libifconfig: Add missing symbols to map
ClosedPublic

Authored by freqlabs on Feb 25 2021, 6:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 22, 8:35 AM
Unknown Object (File)
Sat, Apr 20, 1:19 AM
Unknown Object (File)
Thu, Apr 4, 4:43 PM
Unknown Object (File)
Mar 10 2024, 2:38 AM
Unknown Object (File)
Feb 15 2024, 12:58 AM
Unknown Object (File)
Jan 15 2024, 10:47 AM
Unknown Object (File)
Jan 14 2024, 2:08 AM
Unknown Object (File)
Dec 22 2023, 10:54 PM
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 Skipped
Unit
Tests Skipped

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.