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)
committerJeremy Allison <jra@samba.org>
Thu, 11 Apr 2013 16:49:41 +0000 (09:49 -0700)
commit6ae58dd153e3a53af52d896fff83ec76f40984d6
tree91b1ad755f2f16bfd99ac075c83008281e77deb7
parent770512e3bd785a977351ba82ab08c556573c79dd
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