diff options
author | Jim Meyering <jim@meyering.net> | 2002-09-14 09:12:20 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-09-14 09:12:20 +0000 |
commit | 466902bf345ffc4afa464138212d41831ffe2e39 (patch) | |
tree | e4c6bc0ea09834b62fb36227c9e0851beb48144e /ChangeLog | |
parent | 3935842cb3b6213f03dc526098c6bda1524be6d4 (diff) | |
download | coreutils-466902bf345ffc4afa464138212d41831ffe2e39.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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'. |