Changeset 63410 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Aug 13, 2016 2:00:41 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 110056
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-netbsd.c
r63409 r63410 315 315 { 316 316 Log((DEVICE_NAME ": %s: too much output data %d expected %d\n", 317 cbDataReturned, ReqWrap->cbData));317 __func__, cbDataReturned, ReqWrap->cbData)); 318 318 cbDataReturned = ReqWrap->cbData; 319 319 }
Note:
See TracChangeset
for help on using the changeset viewer.