Changeset 312 for branches/samba-3.0/source/modules/vfs_default.c
- Timestamp:
- Aug 5, 2009, 6:34:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/modules/vfs_default.c
r124 r312 636 636 times.actime = convert_timespec_to_time_t(ts[0]); 637 637 times.modtime = convert_timespec_to_time_t(ts[1]); 638 result = utime(path, times);638 result = utime(path, ×); 639 639 } 640 640 #else
Note:
See TracChangeset
for help on using the changeset viewer.