Changeset 23622 in vbox
- Timestamp:
- Oct 8, 2009 3:00:31 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Runtime/r3/fs.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/fs.cpp
r23620 r23622 36 36 # define RTTIME_INCL_TIMESPEC 37 37 # include <sys/time.h> 38 # include <sys/param.h> 38 39 #endif 39 40 … … 196 197 { 197 198 pObjInfo->cbObject = pStat->st_size; 198 pObjInfo->cbAllocated = pStat->st_blocks * 512;199 pObjInfo->cbAllocated = pStat->st_blocks * DEV_BSIZE; 199 200 200 201 #ifdef HAVE_STAT_NSEC
Note:
See TracChangeset
for help on using the changeset viewer.

