Changeset 63549 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Aug 16, 2016 12:55:14 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-netbsd.c
r63455 r63549 106 106 107 107 #define VBOXGUEST_STATE_INITOK 1 << 0 108 108 109 109 110 /********************************************************************************************************************************* … … 652 653 653 654 error = devsw_attach("vboxguest", NULL, &bmajor, &g_VBoxGuestNetBSDChrDevSW, &cmajor); 654 655 655 656 if (error == EEXIST) 656 657 error = 0; /* maybe built-in ... improve eventually */
Note:
See TracChangeset
for help on using the changeset viewer.