Date: Thu, 5 Dec 2024 11:47:18 -0500 From: Mark Johnston <markj@freebsd.org> To: FreeBSD User <freebsd@walstatt-de.de> Cc: src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: 01f8ce83242d - main - inpcb: Factor out parts of in6_pcbbind() and in_pcbbind_setup() Message-ID: <Z1HZFlj9noqfOFnk@nuc> In-Reply-To: <20241205173523.7d4ddf02@hermann.intern.walstatt.dynvpn.de> References: <202412051520.4B5FKmT0099691@gitrepo.freebsd.org> <20241205173523.7d4ddf02@hermann.intern.walstatt.dynvpn.de>
next in thread | previous in thread | raw e-mail | index | archive | help
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()
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Z1HZFlj9noqfOFnk>