Convert mtime from a time_t to a struct timespec.
authorJeremy Allison <jra@samba.org>
Tue, 9 Apr 2013 17:43:53 +0000 (10:43 -0700)
committerKarolin Seeger <kseeger@samba.org>
Wed, 19 Jun 2013 08:55:34 +0000 (10:55 +0200)
commit8a761c7806fddd0faa919f343a079f8d4f343316
treef13a2cd9ab23c7badcb58fb8894b0a1571b08311
parent052f74c2122301a3be19ab84ee4551f3259a3ee5
Convert mtime from a time_t to a struct timespec.

In preparation for removing the dirfd and using fsp_stat()
and VFS_STAT functions.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/modules/vfs_dirsort.c