Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Mar 2021 02:20:25 GMT
From:      Ryan Moeller <freqlabs@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 80545a16df95 - main - libifconfig: Fix typo in symbol map
Message-ID:  <202103030220.1232KPue022718@gitrepo.freebsd.org>

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

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

commit 80545a16df95263781b3422695527b6238f4bd2c
Author:     Ryan Moeller <freqlabs@FreeBSD.org>
AuthorDate: 2021-03-03 01:55:18 +0000
Commit:     Ryan Moeller <freqlabs@FreeBSD.org>
CommitDate: 2021-03-03 02:19:42 +0000

    libifconfig: Fix typo in symbol map
    
    MFC after:      1 week
---
 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 b3e81d6ee497..235092376b11 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?202103030220.1232KPue022718>