summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2010-08-09 11:59:12 -0600
committerEric Blake <eblake@redhat.com>2010-08-09 11:59:12 -0600
commitac59abf3f8f24369c705df91c824c1c3a368fa94 (patch)
tree82d75517ed99f7be19e3ce9f13f8a005433d145e /ChangeLog
parent5c53ef81164bc0e488ad7a87f0d10dbb7e6bee98 (diff)
downloadgnulib-ac59abf3f8f24369c705df91c824c1c3a368fa94.tar.gz
readlinkat: adjust client modules
* modules/areadlinkat (Depends-on): Use readlinkat, not symlinkat. * modules/areadlinkat-with-size (Depends-on): Likewise. Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e1a70c8b84..d811718a18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2010-08-09 Eric Blake <eblake@redhat.com>
+ readlinkat: adjust client modules
+ * modules/areadlinkat (Depends-on): Use readlinkat, not
+ symlinkat.
+ * modules/areadlinkat-with-size (Depends-on): Likewise.
+
mknod: be more vocal about danger of running tests as root
* m4/mknod.m4 (gl_FUNC_MKNOD): Make it harder to run configure as
root, since that is just asking for problems.