VirtualBox

Changeset 88952 in vbox for trunk/src


Ignore:
Timestamp:
May 9, 2021 12:01:37 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
144287
Message:

VBoxGuest-netbsd.c: ​Catch up with config(9) changes. bugref:8547.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-netbsd.c

    r82968 r88952  
    417417        goto fail;
    418418
     419#if __NetBSD_Prereq__(9,99,82)
     420    config_found(sc->sc_dev, &am, wsmousedevprint,
     421                 CFARG_IATTR, "wsmousedev",
     422                 CFARG_EOL);
     423#else
    419424    sc->sc_wsmousedev = config_found_ia(sc->sc_dev, "wsmousedev", &am, wsmousedevprint);
     425#endif
    420426    if (sc->sc_wsmousedev == NULL)
    421427        goto fail;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette