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
This commit is contained in:
parent
e7a5b3bd05
commit
b7109c3cfd
@ -59,16 +59,24 @@ FBSD_1.6 {
|
||||
ifconfig_sfp_cab_tech_symbol;
|
||||
ifconfig_sfp_conn_description;
|
||||
ifconfig_sfp_conn_symbol;
|
||||
ifconfig_sfp_eth_10g_description;
|
||||
ifconfig_sfp_eth_10g_symbol;
|
||||
ifconfig_sfp_eth_1040g_description;
|
||||
ifconfig_sfp_eth_1040g_symbol;
|
||||
ifconfig_sfp_eth_10g_description;
|
||||
ifconfig_sfp_eth_10g_symbol;
|
||||
ifconfig_sfp_eth_description;
|
||||
ifconfig_sfp_eth_symbol;
|
||||
ifconfig_sfp_eth_ext_description;
|
||||
ifconfig_sfp_eth_ext_symbol;
|
||||
ifconfig_sfp_eth_symbol;
|
||||
ifconfig_sfp_fc_len_description;
|
||||
ifconfig_sfp_fc_len_symbol;
|
||||
ifconfig_sfp_fc_media_description;
|
||||
ifconfig_sfp_fc_media_symbol;
|
||||
ifconfig_sfp_fc_speed_description;
|
||||
ifconfig_sfp_fc_speed_symbol;
|
||||
ifconfig_sfp_id_description;
|
||||
ifconfig_sfp_id_display;
|
||||
ifconfig_sfp_id_is_qsfp;
|
||||
ifconfig_sfp_id_symbol;
|
||||
ifconfig_sfp_rev_description;
|
||||
ifconfig_sfp_rev_symbol;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user