Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: VirtualBox guest additions - new failure



On Mon, Aug 09, 2021 at 20:11:52 +0100, Chavdar Ivanov wrote:

> Awesome, thanks! The following does the job:
> 
> --- src/VBox/Additions/common/VBoxGuest/VBoxGuest-netbsd.c.ORIG
> 2021-07-28 17:16:22.000000000 +0100
> +++ src/VBox/Additions/common/VBoxGuest/VBoxGuest-netbsd.c
> 2021-08-09 20:10:02.660642422 +0100
> @@ -416,7 +416,10 @@
>      if (RT_FAILURE(rc))
>          goto fail;
> 
> -#if __NetBSD_Prereq__(9,99,82)
> +#if __NetBSD_Prereq__(9,99,88)
> +    config_found(sc->sc_dev, &am, wsmousedevprint,
> +                 CFARGS(.iattr = "wsmousedev"));
> +#elif __NetBSD_Prereq__(9,99,82)
>      config_found(sc->sc_dev, &am, wsmousedevprint,
>                   CFARG_IATTR, "wsmousedev",
>                   CFARG_EOL);

Sorry for the delay.  I've committed this to the VBox repository both
to trunk and to the 6.1 branch.  One nit though, this patch loses the
result from the config_found(9), so I've added the missing
sc->sc_wsmousedev = ... part.

-uwe


Home | Main Index | Thread Index | Old Index