Changeset 70011 in vbox
- Timestamp:
- Dec 8, 2017 11:32:02 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-netbsd.c
r69983 r70011 720 720 721 721 static struct cfattach * const vboxguest_cfattachinit[] = { 722 &vboxguest_ca, NULL722 &vboxguest_ca, NULL 723 723 }; 724 724 725 725 static const struct cfattachinit cfattach_ioconf_vboxguest[] = { 726 { "vboxguest", vboxguest_cfattachinit },727 { NULL, NULL }726 { "vboxguest", vboxguest_cfattachinit }, 727 { NULL, NULL } 728 728 }; 729 729
Note:
See TracChangeset
for help on using the changeset viewer.

