* configure.in: Check if the stat structure has a st_atim or

st_atimensec field.
	* libmisc/copydir.c: Conditionally use the stat's st_atim and
	st_atimensec fields.
This commit is contained in:
nekral-guest
2008-08-30 18:31:21 +00:00
parent f86b2704d5
commit 68b7aad535
2 changed files with 11 additions and 2 deletions

View File

@@ -12,6 +12,10 @@
for the definition of uid_t and gid_t.
* lib/pwmem.c: do not include <pwd.h>, "pwio.h" is sufficient
here.
* configure.in: Check if the stat structure has a st_atim or
st_atimensec field.
* libmisc/copydir.c: Conditionally use the stat's st_atim and
st_atimensec fields.
2008-08-26 Nicolas François <nicolas.francois@centraliens.net>