- Timestamp:
- May 9, 2021 12:01:37 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 144287
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-netbsd.c
r82968 r88952 417 417 goto fail; 418 418 419 #if __NetBSD_Prereq__(9,99,82) 420 config_found(sc->sc_dev, &am, wsmousedevprint, 421 CFARG_IATTR, "wsmousedev", 422 CFARG_EOL); 423 #else 419 424 sc->sc_wsmousedev = config_found_ia(sc->sc_dev, "wsmousedev", &am, wsmousedevprint); 425 #endif 420 426 if (sc->sc_wsmousedev == NULL) 421 427 goto fail;
Note:
See TracChangeset
for help on using the changeset viewer.