summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--modules/userspec1
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c59d85f5fe..30d89ea2a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2010-10-17 Bruno Haible <bruno@clisp.org>
+ userspec: Drop redundant file.
+ * modules/userspec (Files): Remove lib/inttostr.h.
+
+2010-10-17 Bruno Haible <bruno@clisp.org>
+
nl_langinfo tests: Silence some warnings.
* tests/test-nl_langinfo.c: Silence -Wtype-limits warnings.
Reported by Jim Meyering.
diff --git a/modules/userspec b/modules/userspec
index 95da75d5a4..4774c3d865 100644
--- a/modules/userspec
+++ b/modules/userspec
@@ -2,7 +2,6 @@ Description:
Parse a `user:group' specifier (e.g. the first argument of chown utility).
Files:
-lib/inttostr.h
lib/userspec.c
lib/userspec.h
m4/userspec.m4