summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-12-09 22:57:15 +0000
committerJim Meyering <jim@meyering.net>2001-12-09 22:57:15 +0000
commita49772f23b42c29f3b9cf380ad7e4ac9ef046850 (patch)
tree44430a9af19fb739516cdd358dcccdabf30b9b97 /lib
parentea1f6ec04bbb6bc209317004380ed6db4ce14a9d (diff)
downloadcoreutils-a49772f23b42c29f3b9cf380ad7e4ac9ef046850.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index b09573e3e..213b54914 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,10 +1,10 @@
2001-12-09 Jim Meyering <meyering@lucent.com>
- * modechange.c (mode_compile): Add cast to avoid warning about
+ * modechange.c (mode_compile): Add cast to avoid pedantic warning about
`signed and unsigned type in conditional expression'.
* posixtm.c (posix_time_parse): Likewise.
- * xreadlink.c (xreadlink): Add cast to avoid a warning.
+ * xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
* readtokens.c (readtoken): Declare an index to be of type unsigned
to avoid a pedantic warning.