git: a6a0b8d50e87 - main - in6_var.h: make struct in6_ifaddr declaration searchable with grep(1)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 09 Dec 2024 16:19:29 UTC
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=a6a0b8d50e87c9c18b39e803e06986dcd9b7761b commit a6a0b8d50e87c9c18b39e803e06986dcd9b7761b Author: Gleb Smirnoff <glebius@FreeBSD.org> AuthorDate: 2024-12-09 16:18:56 +0000 Commit: Gleb Smirnoff <glebius@FreeBSD.org> CommitDate: 2024-12-09 16:18:56 +0000 in6_var.h: make struct in6_ifaddr declaration searchable with grep(1) --- sys/netinet6/in6_var.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netinet6/in6_var.h b/sys/netinet6/in6_var.h index ef79d11b558d..969625a58934 100644 --- a/sys/netinet6/in6_var.h +++ b/sys/netinet6/in6_var.h @@ -115,7 +115,7 @@ struct in6_ifextra { SLIST_HEAD(in6_multi_head, in6_multi); MALLOC_DECLARE(M_IP6MADDR); -struct in6_ifaddr { +struct in6_ifaddr { struct ifaddr ia_ifa; /* protocol-independent info */ #define ia_ifp ia_ifa.ifa_ifp #define ia_flags ia_ifa.ifa_flags