From: Jim Meyering Date: Wed, 23 Jul 2003 07:09:32 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.90~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2da85e0b731442c8ad383702929bcd31cd1b2e8;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 9fc4242cbf..c5159be28d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2003-07-23 Jim Meyering + * src/stat.c: Don't include unistd.h or time.h; system.h already + does it. + * src/readlink.c: Don't include stdlib.h, unistd.h, or limits.h; + system.h already does it. + * src/pr.c: Don't include time.h; system.h already does it. + * src/pathchk.c: Don't include errno.h; system.h already does it. + * src/nice.c: Don't include sys/time.h; system.h already does it. + * Version 5.0.90. * tests/rm/fail-2eperm: Add a check for whether $NON_ROOT_USERNAME