summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-01-03 09:19:44 +0000
committerJim Meyering <jim@meyering.net>2007-01-03 09:19:44 +0000
commitf52ffc8ee8b3ad7ac0a0bbac8ba53007c6ba2586 (patch)
tree9071eb5bf724b4e7547af886bc972c7bceb13156
parenta98a6b27fbc65fec3923d3c7fa02507ea2e34916 (diff)
downloadgnulib-f52ffc8ee8b3ad7ac0a0bbac8ba53007c6ba2586.tar.gz
* modules/lchmod (Include): Require lchmod.h, not lchown.h.
-rw-r--r--ChangeLog4
-rw-r--r--modules/lchmod2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d21d344ce..4efeed4933 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-01-01 Bruno Haible <bruno@clisp.org>
+
+ * modules/lchmod (Include): Require lchmod.h, not lchown.h.
+
2007-01-03 Jim Meyering <jim@meyering.net>
* modules/fts-lgpl (Depends-on): Add i-ring. Reported by Bruno Haible.
diff --git a/modules/lchmod b/modules/lchmod
index 78d7829e27..63b4cf6e30 100644
--- a/modules/lchmod
+++ b/modules/lchmod
@@ -13,7 +13,7 @@ gl_FUNC_LCHMOD
Makefile.am:
Include:
-"lchown.h"
+"lchmod.h"
License:
GPL