changeset 4349:87fceea6040d

* exclude.c: (new_exclude, add_exclude): Remove casts that are unnecessary now that we assume C89 or better. This change imported from coreutils.
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 04 Jun 2003 23:35:22 +0000
parents fc8667232bcc
children 766682dd672e
files lib/ChangeLog
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -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.