Changeset 98807 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt
- Timestamp:
- Mar 1, 2023 4:38:03 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c
r98103 r98807 1838 1838 { 1839 1839 int ret; 1840 1841 *pFd = -1; /* silence compiler warnings from -Wmaybe-uninitialized */ 1840 1842 int rc = strioctl(pVNode, _I_MUXID2FD, (intptr_t)MuxId, 0, K_TO_K, kcred, &ret); 1841 1843 if (!rc)
Note:
See TracChangeset
for help on using the changeset viewer.