summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2014-10-07 13:41:40 +0200
committerKarel Zak2014-10-07 13:41:40 +0200
commit473c5fb86c43eed41fc5ce8532699b6421f469e0 (patch)
tree51b4590eef712bdaab263b305083cee1a9726fa0 /configure.ac
parentlibblkid: zeroize errno on blkid_probe_get_buffer() success (diff)
downloadkernel-qcow2-util-linux-473c5fb86c43eed41fc5ce8532699b6421f469e0.tar.gz
kernel-qcow2-util-linux-473c5fb86c43eed41fc5ce8532699b6421f469e0.tar.xz
kernel-qcow2-util-linux-473c5fb86c43eed41fc5ce8532699b6421f469e0.zip
libmount: fix mnt_is_readonly() #ifdef
This issue affects util-linux portability to GNU/HURD Reported-by: Pino Toscano (from Red Hat) Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 974ac0bc5..bdae89faf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -304,7 +304,7 @@ AC_CHECK_FUNCS([ \
err \
errx \
fsync \
- futimens \
+ utimensat \
getdomainname \
getdtablesize \
getexecname \