Changeset 25898 in vbox
- Timestamp:
- Jan 18, 2010 3:33:54 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/path-posix.cpp
r23312 r25898 710 710 if ( SrcStat.st_dev == DstStat.st_dev 711 711 && SrcStat.st_ino == DstStat.st_ino 712 && (SrcStat.st_mode & S_IFMT) == ( SrcStat.st_mode & S_IFMT))712 && (SrcStat.st_mode & S_IFMT) == (DstStat.st_mode & S_IFMT)) 713 713 { 714 714 /*
Note:
See TracChangeset
for help on using the changeset viewer.