Changeset 70087 in vbox
- Timestamp:
- Dec 12, 2017 5:36:57 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 119635
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-netbsd.c
r70069 r70087 315 315 { 316 316 sc->vboxguest_state |= VBOXGUEST_STATE_INITOK; 317 318 /* 319 * Read host configuration. 320 */ 321 VGDrvCommonProcessOptionsFromHost(&g_DevExt); 322 323 /* 324 * Attach wsmouse. 325 */ 317 326 VBoxGuestNetBSDWsmAttach(sc); 318 327
Note:
See TracChangeset
for help on using the changeset viewer.