s3:lib/system fix build on AIX 7
authorChristian Ambach <ambi@samba.org>
Thu, 20 Jun 2013 16:27:13 +0000 (18:27 +0200)
committerVolker Lendecke <vl@samba.org>
Fri, 2 Aug 2013 07:47:43 +0000 (09:47 +0200)
commitba40d0d9d320e500621a6a8107a2ef0a34aeb6ba
tree1525e19903803330e7273785fbc7b1fdaaf52352
parentf556e71db74e695349c03bf82f68ea6e700eae03
s3:lib/system fix build on AIX 7

AIX uses struct stat64 with struct timespec64, so direct assignment does
not work any more.

Pair-Programmed-With: Volker Lendecke <vl@samba.org>
Signed-off-by: Christian Ambach <ambi@samba.org>
Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Fri Aug  2 09:47:43 CEST 2013 on sn-devel-104
source3/lib/system.c