Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Mar 2021 09:09:44 GMT
From:      Ryan Moeller <freqlabs@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: d63acd26f92b - stable/13 - libifconfig: Fix typo in symbol map
Message-ID:  <202103140909.12E99iVk078292@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by freqlabs:

URL: https://cgit.FreeBSD.org/src/commit/?id=d63acd26f92bdd6bb0f0ee481881c054d98de357

commit d63acd26f92bdd6bb0f0ee481881c054d98de357
Author:     Ryan Moeller <freqlabs@FreeBSD.org>
AuthorDate: 2021-03-03 01:55:18 +0000
Commit:     Ryan Moeller <freqlabs@FreeBSD.org>
CommitDate: 2021-03-14 08:06:30 +0000

    libifconfig: Fix typo in symbol map
    
    (cherry picked from commit 80545a16df95263781b3422695527b6238f4bd2c)
---
 lib/libifconfig/Symbol.map | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libifconfig/Symbol.map b/lib/libifconfig/Symbol.map
index fd147554f085..ec1ccec7f95c 100644
--- a/lib/libifconfig/Symbol.map
+++ b/lib/libifconfig/Symbol.map
@@ -10,7 +10,7 @@ FBSD_1.6 {
 	ifconfig_err_errtype;
 	ifconfig_err_ioctlreq;
 	ifconfig_foreach_ifaddr;
-	ifconfig_foreach_interface;
+	ifconfig_foreach_iface;
 	ifconfig_get_capability;
 	ifconfig_get_description;
 	ifconfig_get_fib;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103140909.12E99iVk078292>