diff options
author | Flavio Cruz <flaviocruz@gmail.com> | 2023-06-14 01:06:30 -0400 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-06-14 14:21:25 +0200 |
commit | 8db807ba2447f0c46135a1a1d38a98c95ac180b1 (patch) | |
tree | db624d917b91c49f14b040244a9df3e4eeb2bbd1 /configure.ac | |
parent | bcba9bb8b582d75d4629e207ce9f3b8a99b32cc4 (diff) | |
download | hurd-8db807ba2447f0c46135a1a1d38a98c95ac180b1.tar.gz hurd-8db807ba2447f0c46135a1a1d38a98c95ac180b1.tar.bz2 hurd-8db807ba2447f0c46135a1a1d38a98c95ac180b1.zip |
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>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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]) |