Changeset 8516 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Apr 30, 2008 4:25:57 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp
r8230 r8516 800 800 if (!fstat(RawFile, &DevStat) && S_ISBLK(DevStat.st_mode)) 801 801 { 802 /** @todo add a BLKGETSIZE64 ioctl here, as it eliminates the 2 TByte 803 * limit. But be careful, Linux 2.4.18 is the first revision with 804 * working BLKGETSIZE64, and in 2.5.x it's pretty random. 2.6.0 works. */ 802 805 long cBlocks; 803 806 if (!ioctl(RawFile, BLKGETSIZE, &cBlocks))
Note:
See TracChangeset
for help on using the changeset viewer.