]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 14 Sep 2002 09:12:20 +0000 (09:12 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 14 Sep 2002 09:12:20 +0000 (09:12 +0000)
ChangeLog

index 9549a1a021df7717935eacd196b081b55f8bcce1..11d5542b4ae203bfc50dd9828c0aa1afb2018479 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,12 @@
 
        * Version 4.5.2.
 
+       * src/who.c (print_user): Change type of local to size_t
+       to avoid warnings about `comparison between signed and unsigned'.
+
+       * src/dd.c (main, skip): Add casts to avoid warnings about
+       `comparison between signed and unsigned'.
+
        * src/id.c (print_full_info, print_group_list): Add casts to avoid
        warnings about `signed and unsigned type in conditional expression'.