From: Jim Meyering Date: Thu, 6 Feb 2003 10:13:35 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.6~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4138c9ef9f05d86aaab22257cfa471f794eeca56;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index eda1ccf338..06e5385786 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,11 @@ +2003-02-06 Jim Meyering + + * search_.h (__restrict): Define to `restrict' or to nothing. + + * fsusage.c: Remove declaration of statfs. + It conflicted with one from OSF/1 5.1 in . + Reported by Nelson Beebe. + 2003-02-05 Jim Meyering Fix a heap-corruption bug that affected Solaris systems.