* exclude.c: (new_exclude, add_exclude): Remove casts that are
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 4 Jun 2003 23:35:22 +0000 (23:35 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 4 Jun 2003 23:35:22 +0000 (23:35 +0000)
unnecessary now that we assume C89 or better.  This change
imported from coreutils.

lib/ChangeLog

index 3a3cc847f057995d87a7edeb138de766e878975a..ebf591cb638ff66d15b61cc04e0081068120b040 100644 (file)
@@ -1,5 +1,9 @@
 2003-06-04  Paul Eggert  <eggert@twinsun.com>
 
+       * exclude.c: (new_exclude, add_exclude): Remove casts that are
+       unnecessary now that we assume C89 or better.  This change
+       imported from coreutils.
+
        * mktime.c (__mktime_internal): Do not reject negative timestamps
        arbitrarily.  This is the same patch as 2003-05-28, but it got lost
        in the 2003-05-30 sync from glibc.