- Timestamp:
- Dec 11, 2007 2:40:31 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 26678
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-solaris.c
r6040 r6043 634 634 if (RT_UNLIKELY(!pvBuf)) 635 635 { 636 VBA_LOGNOTE("VBoxAddSolarisIOCtl: buffer size mismatch size=%d expected=%d.\n", IOCPARM_LEN(Cmd), cbBuf);636 VBA_LOGNOTE("VBoxAddSolarisIOCtl: RTMemTmpAlloc failed to alloc %d bytes.\n", cbBuf); 637 637 return ENOMEM; 638 638 }
Note:
See TracChangeset
for help on using the changeset viewer.