libreplace: always provide utime() and utimes()
authorStefan Metzmacher <metze@samba.org>
Wed, 7 May 2008 11:10:31 +0000 (13:10 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 16 May 2008 06:51:46 +0000 (08:51 +0200)
commitdb4ab7aae3b44b22b70013f13da370b74d429553
tree54d56e9d255c58ac444788546d0afeda0e71274c
parent70883ec3032b4c9f6c4f5f39dd6d43b9e2c79d48
libreplace: always provide utime() and utimes()

I'd like to also provide futimes(), but it seems
that some systems doesn't support a it at kernel level.

If someone knows how to write a portable replacement
for futimes() please tell me...

metze
(cherry picked from commit a9604fe4a323dccb537cf02ea7594437b4995803)
(This used to be commit 8a241cf150fba787c82cbcb03730083ced442fbb)
source3/lib/replace/README
source3/lib/replace/replace.c
source3/lib/replace/replace.h
source3/lib/replace/system/config.m4
source3/lib/replace/system/time.h
source3/lib/replace/test/testsuite.c