]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 4 Sep 2002 07:41:34 +0000 (07:41 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 4 Sep 2002 07:41:34 +0000 (07:41 +0000)
lib/ChangeLog

index 4d7ddaa6e12e133c5be67999133a83c4023ac71d..c904e1532dce362ac823e9a34bce3fcc42e0c57f 100644 (file)
@@ -1,3 +1,9 @@
+2002-09-04  Jim Meyering  <meyering@lucent.com>
+
+       * sig2str.c (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'.
+
 2002-08-31  Jim Meyering  <meyering@lucent.com>
 
        * mktime.c: Update from GNU libc.