summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlavio Cruz <flaviocruz@gmail.com>2023-06-14 01:06:30 -0400
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-06-14 14:21:25 +0200
commit8db807ba2447f0c46135a1a1d38a98c95ac180b1 (patch)
treedb624d917b91c49f14b040244a9df3e4eeb2bbd1
parentbcba9bb8b582d75d4629e207ce9f3b8a99b32cc4 (diff)
Check for file_utimens since that's the correct RPC for changing access/modification times
libtrivfs/nfsd/fakeroot can now make the call to the underlying translators. Message-Id: <ZIlK1ow9VFolIbga@jupiter.lan>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 44aa69d7..452fe1fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -155,7 +155,7 @@ AC_CHECK_FUNCS(file_exec_paths exec_exec_paths _hurd_exec_paths)
AC_CHECK_FUNCS(_hurd_libc_proc_init)
# Compatibility with glibc < 2.28
-AC_CHECK_FUNCS(file_futimens)
+AC_CHECK_FUNCS(file_utimens)
AC_DEFINE([UTIME_NOW],[-1])
AC_DEFINE([UTIME_OMIT],[-2])