]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(str2signum, sig2str): Declare loop index variables to be
authorJim Meyering <jim@meyering.net>
Wed, 4 Sep 2002 07:41:11 +0000 (07:41 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 4 Sep 2002 07:41:11 +0000 (07:41 +0000)
commit6c0a2cd04164aae9bb7dd967a0d54c032d2a81de
tree90c6e0e0b3db536f121cbfec5c2a8c6d6b99fceb
parent2eb1ba51097b62a41b6a6ad196e8c7984b2a0179
(str2signum, sig2str): Declare loop index variables to be
of type size_t so that they match type of upper bound, thus avoiding
warning about `comparison between signed and unsigned'.
lib/sig2str.c