Changeset 221 for branches/samba-3.3.x/source/modules/vfs_default.c
- Timestamp:
- May 24, 2009, 7:17:10 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/modules/vfs_default.c
r206 r221 671 671 times.actime = convert_timespec_to_time_t(ts[0]); 672 672 times.modtime = convert_timespec_to_time_t(ts[1]); 673 result = utime(path, times);673 result = utime(path, ×); 674 674 } else { 675 675 result = utime(path, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.