From: Paul Eggert Date: Wed, 4 Jun 2003 23:35:22 +0000 (+0000) Subject: * exclude.c: (new_exclude, add_exclude): Remove casts that are X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed2ef358571916efa3c232374b3ddceb93f2e5e0;p=pspp * exclude.c: (new_exclude, add_exclude): Remove casts that are unnecessary now that we assume C89 or better. This change imported from coreutils. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 3a3cc847f0..ebf591cb63 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,9 @@ 2003-06-04 Paul Eggert + * 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.