s3:lib/system fix build on AIX 7
commit7af0c4fb88cced5eebd5680d9b0d4b3e9c79b318
authorChristian Ambach <ambi@samba.org>
Thu, 20 Jun 2013 16:27:13 +0000 (20 18:27 +0200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 20 Aug 2013 08:52:15 +0000 (20 10:52 +0200)
tree5e3354ca883732336552e7c362d8554328c7240c
parent11954a44d28bd4dd44397dbaab87098d51530116
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
(cherry picked from commit ba40d0d9d320e500621a6a8107a2ef0a34aeb6ba)
source3/lib/system.c