From: Jim Meyering Date: Sat, 4 Jan 2003 08:59:19 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.5~352 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a0e8b1ab1ac6038596282a0eafc9a79c7814723;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 2e983f37ca..d56cd1818a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2003-01-04 Jim Meyering + + * src/Makefile.am (check-misc): New rule, to ensure that no more + S_IS* macro definitions sneak into the code. + (check): Depend on check-misc. + + * src/remove.c [S_ISLNK]: Don't define. It's already defined in sys2.h. + * src/du.c (count_entry) [S_ISLNK]: Don't define. + * src/shred.c [S_ISLNK, S_ISFIFO, S_ISSOCK]: Don't define. + 2003-01-03 Jim Meyering * src/true.c: Add copyright. @@ -68,9 +78,6 @@ * src/remove.c (remove_cwd_entries): Fix typo in comment. - * src/du.c (count_entry) [S_ISLNK]: Don't define. - It's already defined in sys2.h. - 2002-12-21 Jim Meyering * Version 4.5.5.