Re: bootloader: remove unsued variables

2021-10-25 Thread Mark Kettenis
> Date: Mon, 25 Oct 2021 16:44:48 +0200 > From: Patrick Wildt > > Hi, > > this fixes the build of sys/arch/amd64/stand with LLVM 13. > > ok? ok kettenis@ > diff --git a/sys/lib/libsa/netif.c b/sys/lib/libsa/netif.c > index d1a5e180291..79c6496878e 100644 > --- a/sys/lib/libsa/netif.c > +++ b/

bootloader: remove unsued variables

2021-10-25 Thread Patrick Wildt
Hi, this fixes the build of sys/arch/amd64/stand with LLVM 13. ok? Patrick diff --git a/sys/lib/libsa/netif.c b/sys/lib/libsa/netif.c index d1a5e180291..79c6496878e 100644 --- a/sys/lib/libsa/netif.c +++ b/sys/lib/libsa/netif.c @@ -85,7 +85,7 @@ netif_match(struct netif *nif, void *machdep_hint