libifconfig: Add missing symbols to map
authorRyan Moeller <freqlabs@FreeBSD.org>
Thu, 25 Feb 2021 18:54:16 +0000 (13:54 -0500)
committerRyan Moeller <freqlabs@FreeBSD.org>
Thu, 25 Feb 2021 18:58:33 +0000 (13:58 -0500)
commitb7109c3cfd28559dbb280d640c47ceba192108cc
tree08ef52b79f51575c9f31a2536d98f7c4055a8ad9
parente7a5b3bd058975ff3ffa346664690e54c641fc0f
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
lib/libifconfig/Symbol.map