Re: git: 01f8ce83242d - main - inpcb: Factor out parts of in6_pcbbind() and in_pcbbind_setup()

From: Mark Johnston <markj_at_freebsd.org>
Date: Thu, 05 Dec 2024 16:47:18 UTC
On Thu, Dec 05, 2024 at 05:35:23PM +0100, FreeBSD User wrote:
> On Thu, 5 Dec 2024 15:20:48 GMT
> Mark Johnston <markj@FreeBSD.org> wrote:
> 
> 
> This commit breaks buildkernel:
> 
> [...]
> --- in6_pcb.o ---
> /usr/src/sys/netinet6/in6_pcb.c:301:20: error: unused variable 'pcbinfo'
> [-Werror,-Wunused-variable] 301 |         struct inpcbinfo *pcbinfo = inp->inp_pcbinfo;

This is now fixed, thank you.

> > The branch main has been updated by markj:
> > 
> > URL: https://cgit.FreeBSD.org/src/commit/?id=01f8ce83242d7a8e599cf6a78b6277161d79edd4
> > 
> > commit 01f8ce83242d7a8e599cf6a78b6277161d79edd4
> > Author:     Mark Johnston <markj@FreeBSD.org>
> > AuthorDate: 2024-12-05 15:00:13 +0000
> > Commit:     Mark Johnston <markj@FreeBSD.org>
> > CommitDate: 2024-12-05 15:19:57 +0000
> > 
> >     inpcb: Factor out parts of in6_pcbbind() and in_pcbbind_setup()