FreeBSD Bugzilla – Attachment #218049: Patch to drvHostBaseScsiCmdOs() for
bug #248333
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 248333
Collapse All
|
Expand All
(-)
src/VBox/Devices/Storage/DrvHostBase-freebsd.cpp (+2 lines)
Lines 149-154
Link Here
149
else
149
else
150
rc = RTErrConvertFromErrno(errno);
150
rc = RTErrConvertFromErrno(errno);
151
}
151
}
152
153
return rc;
152
}
154
}
153
155
154
156
Return to
bug 248333