Searched hist:b7109c3cfd28559dbb280d640c47ceba192108cc (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libifconfig/ |
H A D | Symbol.map | diff b7109c3cfd28559dbb280d640c47ceba192108cc Thu Feb 25 19:54:16 CET 2021 Ryan Moeller <freqlabs@FreeBSD.org> libifconfig: Add missing symbols to map
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.
Reviewed by: markj Differential Revision: https://reviews.freebsd.org/D28927
|